
body {
  background-color: white;
  font-family: 'Lobster', cursive;
  cursor: cell;
}

#header{
  background-color: white;
  height: 60;
  color:   black;
  font-size:  25;
  text-align: center;
}

#menu {
  background-color: black;
  height: 20;
  text-align: center;
  padding:  10px;
 
}

#menu li{
  display: inline;
}

#menu a{
  text-decoration: none;
  padding:  10px;
  color: white;
  text-align: center;
}

#menu a:hover{
  color: cornflowerblue;
}

#content{
  background-color: white;
  text-align: center;
}

#content  img{
  height: 250;
  border-width: 1px;
  border-color: black;
}

.buttonStyle{
  background-color: magenta;
  color:white;
  height: 70px;
  width: 200px;
  border-color: pink;
  border-width: 10px;
  border-style: groove;  
  border-radius: 25px;
  font-family: 'Lobster', cursive;
  cursor: pointer; 
}

.button:hover{
  color: blue;
}

#footer{
  background-color: white;
  height: 20;
}
