.hide {
    display: none;
}

.menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
    overflow: scroll;
}

.menu h1 {
    color: white;
    font-size: 3em;
    text-align: center;
    margin-top: 5%;
}

.small-menu {
    padding-top: 7%;
}

.menu-inner {
    margin: auto;
    width: clamp(400px, 50%, 800px);
    padding-bottom: 50px;
}

.menu p {
    color: white;
    font-size: 1.5em;
    text-align: center;
}

.menu-inner p {
    text-align: justify;
}

.menu h2 {
    color: white;
    font-size: 2em;
}

.menu button {
    display: block;
    margin: auto;
    padding: 10px 20px;
    font-size: 1.5em;
    background-color: #f8f8f8;
    border: 1px solid #333;
    border-radius: 5px;
    cursor: pointer;
}

.menu button:hover {
    background-color: #e8e8e8;
}

.menu table {
    width: 100%;
    max-width: 500px;
    margin: auto;
    font-size: 1.5em;
    color: white;
}

.menu table td {
    text-align: center;
    padding-right: 5%;
}

.menu table th {
    text-align: center;
    padding-right: 5%;
}

button {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

body {
    margin: 0;
    overflow: hidden;
}
