html, body {
    height: 100%;
    margin: 0;
    font-family: "Courier New", serif;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.menu-title {
    margin: 10px 0;
    font-size: 16px;
}

.menu-item {
    margin: 10px 0;
}

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