body {
  background-image: url(../images/bg.jpg);
  background-repeat: repeat;
  color: #000000;
  font-family: Tahoma, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  position: relative;
  padding: 1rem;
  padding-top: 0;
}

.header {
  background-image: url(../images/bg2.jpg);
  background-color: #ffffff;
  border: 4px solid #000000;
  text-align: center;
  border-radius: 25px;
  margin: .3rem auto;
  max-width: 80%;
}

.content {
  background-color: #ffffff;
  border: 4px solid #000000;
  border-radius: 25px;
  margin: .3rem auto;
  max-width: 80%;
  padding: 1rem 0;
}

audio {
  width: 90%;
}

h3 {
  font-size: 1.3rem
}

.sponsor {
  margin-right: 3rem;
  font-size: 1.3rem;
   !important
}

.gray {
  background-color: #dbdada;
  padding: 2rem;
  border-radius: 15px;
}

.footer {
  border-top: 2px solid #222;
  width: 70%;
  margin: 01rem auto;
  text-align: center;
}

.centered {
  margin: 0 auto;
  text-align: center;
}

small {
  font-size: .8rem;
}

.float-left {
  float: left;
  margin-right: .5rem
}

.clear {
  clear: both;
  margin-top: 1rem;
}