@media all and (max-width: 360px) {
        html {
            font-size:10px;
        }
    }
@media all and (min-width: 361px) {
        html {
            font-size:12px;
        }
    }
@media all and (min-width: 500px) {
        html {
            font-size:14px;
        }
    }
@media all and (min-width: 700px) {
        html {
            font-size:16px;
        }
    }
 @media all and (min-width: 1200px) {
        html {
            font-size:18px;
        }
    }
@media all and (min-width: 1800px) {
        html {
            font-size:20px;
        }
    }
a {
    color: #0d759f;
    text-decoration: none;
}
a:visited {
    color: #0d759f;
} 
a:hover {
    color: #83c2d5;   
    text-decoration: none;
}
p {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
 }
.button {
  background-color: #0d759f;
  border: none;
  color: white;
  width : 9rem;
  padding: 1rem 2rem;
  font-family : Arial;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.6rem;
  font-weight : bold;
  margin: 0.5rem 0.2rem;
  border-radius: 1.6rem;
  cursor: pointer;
}
.title  {
	color : #0d759f;
	font-family : Arial;
	font-size : 2.4rem;
	font-weight : bold;
	text-decoration : none;
}
.subtitle  {
	color : #0d759f;
	font-family : Arial;
	font-size : 1.6rem;
	font-weight : bold;
	text-decoration : none;
}
.content {
	color : #0d759f;
	font-family : Arial;
	font-size : 1.4rem;
	font-weight : normal;
	text-decoration : none;
}
.white {
	color : #ffffff;
	font-family : Arial;
	font-size : 1.6rem;
	font-weight : bold;
	text-decoration : none;
}
.mini  {
	color : #0d759f;
	font-family : Arial;
	font-size : 1.2rem;
	font-weight : normal;
	text-decoration : none;
}
.invert{
	color : #ffffff;
	font-family : Arial;
	font-size : 1.4rem;
	font-weight : normal;
	text-decoration : none;
	background-color : #0d759f;
}
.s_bitrate {
	color : #0d759f;
	font-family : Arial;
	font-size : 1rem;
	font-weight : bold;
	text-decoration : none;
}
.s_url {
	color : #0d759f;
	font-family : Arial;
	font-size : 1rem;
	font-weight : normal;
}
.s_listeners {
	color : #0d759f;
	font-family : Arial;
	font-size : 1rem;
	font-weight : normal;
	text-decoration : none;
}
.s_total {
	color : #0d759f;
	font-family : Arial;
	font-size : 1.2rem;
	font-weight : normal;
	text-decoration : none;
}