body{ 

  background-color: aliceblue;
 }

h1{
color: blanchedalmond;
text-align: center;
font-size: 55px;
}

nav.menu ul.test li{

  display: inline-block;

}

nav.menu ul.test li a{
  padding: 18px;
  font-size: 38px;
  list-style-type: none;
  background-color: black;
  color: white;
  text-decoration: none;

}

nav.menu ul.test li:hover a{
  background-color: white;
  color: black;

}

input.login{
border-radius: 50px;
background: white;
font-size: 25px;
height: 50px;
width: 500px;
text-align: center;
  }

input.submit{
  color: turquoise;
  cursor: pointer;
  text-align: center;
  border-radius: 50px;
  font-size: 20px;
  height: 50px;
  width: 200px;
}