body {
    background: #1f1f1f;
    color: white;
}

#menu {

}

.menu-item {
    border: 1px solid #2f2f2f;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 500;
    background-color: white;
    color: black;
    max-width: 300px;
}

.menu-item a {
    text-decoration: none;
    color: black;
}

.menu-item :hover {
    text-decoration: underline;
}

.menu-item p {
    padding-top: 16px;
}

@font-face {
    font-family: trajan-bold;
    src: url('/fonts/TrajanPro-Bold.woff');
}

@font-face {
    font-family: trajan-regular;
    src: url('/fonts/TrajanPro-Regular.woff');
}