@font-face {
  font-family: Bebas;
  src: url(Bebas-Regular.ttf);
}

h1 {
    font-family: Bebas;
    font-size: 4em;
    font-weight: 800;
    font-style: italic;
    color: #de5d65;
    font-weight: normal;
}

.menulink {
    font-family: Bebas;
    font-size: 4em;
    font-weight: normal;
    text-decoration: none;
    font-style: italic;
    color: #fff;
    text-shadow: 5px 5px #000;
    padding-right: 0.25em;
    border-radius: 2px;
}

.menulink:hover {
    color: #fff;
    background-color: #de5d65;
}