* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: medium;
}
html, .body {
  height: 100%;
  background-color: #444;

}
.menu {
 background-color: #444;
 color: aliceblue;
 text-transform: capitalize;
 
}
.menu input {
  color: aliceblue;
}
.menu label{
  color: aliceblue;
}
.footerwhite-bg {
background-color: yellow;
margin-left: 0%;
padding-left: 50%;
  
}
