html {
    overflow-x: hidden;
}

body {
    background-color: #000;
    color: lightgray;
    padding-top: 10px;
    overflow-x: hidden;
}

.navigation-link {
    background-color: black;
    color: white;
    font-size: x-large;
    text-decoration-line: none;
    border: solid white 1px;
    padding: 3px;
    text-align: center;
    margin-bottom: 10px;
    margin-inline: 10px;
}

.base-button {
    background-color: black;
    color: lightgray;
    font-size: medium;
    border: solid lightgray 1px;
}