#logo{
  color:yellow;
  background-color:grey;
  font-family:Franklin Gothic Book;
  widht:100%;
  height:40%;
  text-align:center;
  margin:auto;
  border: 1px solid black;
  border-radius:5px;
  font-size:50px;
  
  }

#frase{
  color:yellow;
  background-color:black;
  font-family:Franklin Gothic Book;
  widht:100%;
  height:20%;
  text-align:center;
  margin:auto;
  border:1px solid black;
  border-radius: 5px;
  font-size: 25px;
}


div table{
  background-color:grey;
  font-family: Times New Roman;
  font-size: 25px;
  width:100%;
  border: 1px solid black;
  margin:auto;
  text-align:center;
  border-radius:5px;
  
}

a:hover{
color:yellow;

}

a{
color:black;
text-decoration:none;
}

body{
  background-image: url(fundo.jpeg);
  background-repeat:no-repeat;
  margin: auto; 
  background-color: blue; 
}

#rodape{
  height: 17px;
  border-radius:5px;
  background-color: black;
  margin: 437px 0px 0px 0px;
  border: 2px solid black;
  font-family: Times New Roman;
  color: white;
  font-size: 18px;
  text-align:center;
  padding: 30px;
}

#menu{
  border: 2px solid black;
  border-radius: 5px;
  float: right;
  height: 257px;
  width: 150px;
  background-color: grey;
  font-family: Times New Roman;
  font-size: 20px;
  color: black;
  text-align: center;
  
}

#contato{
  border:2px solid black;
  border-radius:5px;
  float: right;
  heigth:150px;
  width:150px;
  background-color: grey;
  font-family: Times New Roman;
  font-size: 20px;
  text-align: center;
  clear: right;
  
}

