body {
    font-family: URW Gothic L, sans-serif;
	background-color: #ffe6ff;
	color: black;
    font-size: 2vw;
}
h2 {
    margin: auto;
    text-align: center;
    max-width: 60%;
    font-size: 2vw;
}
.menu {
  margin: auto;
  width: 70%;
  background-color: #ffccff;
  border-radius: 10px 10px;
  padding: 1vw;
  display: block;
  text-align: center;
  font-size: 1.5vw;
}

.menu:hover{
  transition: 1s all;
  color: #ffb3ff;
  background-color: #e600e6;
  border-top-right-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
  cursor: pointer;
}

.top-logo{
    margin: auto;
    display: block;
    max-width: 15%;
}
.small-logo{
    max-width: 2vw;
    vertical-align: top;
}
