body

#test
{
  width:1000px;
  height:500px;
  background-color:gray;
  margin-left:auto;
  margin-right:auto;
}
#header
{
  padding:40px;
  width: 790px;
  text-align:left;
  font-family: "Sixtyfour", sans-serif;
  font-size:50px ;
  font-weight: 400;
  font-style: normal;
  background-color: #4E1166;
  margin-left:424px;
  float:left;
}
#header:hover 
{
  color:#6EDB73;
}
#warning 
{
  float:left;
}
#warning:hover
{
transform: scale(1.05);
}