*{
 padding: 0px;
 margin: 0px;


}





.corpo-do-site, html {
   background-image: url("banner-radio-rob-web.png");
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   background-attachment: fixed;
   width: 100%;
   height: auto;
   margin: 0px;
   padding: 0px;
}

  
header {
  background: #00ffcc;
  display: inline-block;
  align-items: center;

}



header {

     width: 100%;
     height: auto;

}


header {
    
     border: none;
     background-color: #ff3333;
     padding: 0px;
     margin: 0px;

}



header {
     text-decoration: none;
     text-align: center;

}

header {
     text-decoration: none;
     text-align: center;
     font-family: georgia;
     font-weight: bold;
     font-size: 30px;
     color: #000099;
}  



.descrissao {
    background: #00ddff;
    width: 100%;
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    margin: 0px;
    text-align: center;
    display: inline-block;
    align-items: center;


}


p {
   
   font-family: georgia serif;
   font-size: 20px;
   color: #000066;

}

.cesao-corpo-do-site {
    background-color: transparent;
    width: 100%;
    height: 970px;
    position: relative;




}

.titulo-da-secao {
    width: 60%;
    height: auto;
    background-color: #00ddff;
    padding-top: 7px;
    border:2px solid #009;
    border-radius: 13px 13px 13px 13px;
    position: relative;
    top: 2%;
    left: 19%;
    padding-bottom: 7px;
    text-align: center;

}
.nome-titulo-da-secao {
    font-family: georgia;
    font-size: 24px;
    font-weight: bold;
    color: #fff;

}

#play-radio {
    background-color: #0000dd;
    width: 154px;
    height: auto;
    padding: 7px;
    margin-left: 6%;
    margin-top: 7%;
    border-radius: 50px;
}


.informs-da-radio {
    background-color: transparent;
    font-family: Time New Roma;
    font-size: 19px;
    font-weight: bold;
    float: right;
    color: #0e0;
    width: 35%;
    height: auto;
    margin-right: 16px;
    margin-top: -130px;



}



.rodape-do-site {
    width: 100%;
    height: auto;
    background-color: #333333;
    color: #dddddd;
    font-family: serif;
    font-size: 25px;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
    position: relative;
    top: 0px;
    bottom: 0px;
    margin: 0px;
}