@import url("main.css");
.menu {
  text-align: center;
}
.menu a {
  text-align: center;
  color: #000;
  text-decoration: none;
  font-size: 30px;
  display: block;
  width: 400px;
  margin: 25px auto 25px auto;
  border: 20px;
  background-color: #fff;
  border-radius: 10px;
  height: 50px;
}
.menu a:hover {
  background-color: #ff4040;
}/*# sourceMappingURL=menu.css.map */