h1 {
  	color:white;
 		text-align: center;
    font-family: 'Roboto Mono', monospace;

}
h2 {
  color: white;
  text-align: center;
  font-family: 'Roboto Mono', monospace;
}

body {
  background-image: linear-gradient(to right, lightpink, violet);
}

.menu {
  float: left;
  width: 200px;
  text-align: center;
  position: relative;
}

.menu a {
  background-color: #e5e5e5;
  padding: 8px;
  margin-top: 7px;
  display: block;
  width: 100%;
  color: black;
  text-decoration: none;
}

