body
{

}
div#header
{
font-size:24px;
text-align:center;
text-transform:capitalize;
background-color:#315475;
color:white;
width:100%;
top:0px;
left:0;
position:fixed;
padding:15px;
height:auto;
}
.div2
{
margin-top:10px;
}
table#hifi
{
width:100%;
height:auto;
text-align:center;

}

textarea
{
/*color: #FFFFFF; 
background-color: #72A4D2;*/
width:500px;
padding: 5px;
border-radius:5px;
border:3px black;
border-color:#72A4D2;
height:300px;
font-size:40px;
display : block;

}
textarea:hover
{
border-color:#315475;
}
button {
  display: inline-block;
  background-color:#2c3e4e;
  border: 2px solid ;
  border-radius: 10px;
  text-align: center;
  color:white;
 padding: 10px;
  transition: all 0.10s;
  cursor: pointer;
  margin: 5px;
  width:100%;
  max-width:200px;
  height:auto;
  font-size:15px;
 }
div#footer
{
font-size:16px;
text-transform:capitalize;
background-color:#315475;
color:white;
position:fixed;
width:100%;
left:0;
bottom:0px;
padding:6px;
}