.content {
  margin: 0 auto;
}
p {
  line-height: 1.3em;
}
body{ 
 padding: 0; 
 margin: 0 auto; 
 max-width: 600px;
 font-family: sans-serif;
 margin-top: 20px;
} 
a:link,a:active,a:visited{ 
 color: #72cbef; 
} 
a:hover{ 
 color: #db7beb; 
 text-decoration: none; 
} 
ul{ 
 list-style-type: none; 
 text-align: center; 
 padding: 0; 
 margin: 0; 
 text-indent: 0; 
} 
ul li{ 
 line-height: 1.5em; 
} 
img{ 
 float:left; 
 padding: 0 15px 10px 0; 
 max-width: 200px;
} 
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  img{ 
   float:none; 
  }
  body {
    margin: 20px;
  }
}
h1{ 
 font-weight: lighter; 
 font-size: 34px; 
 padding: 0; 
 margin: 0 0 15px 0; 
}
h3{ 
 font-weight: lighter; 
}
audio {
  width: 100%;
}
.badges {
  text-align: center;
}
