body {
    background-color: black;
    padding: 0;
    margin: 0;
}

.bottom {
    top: 15vw;
    color: white;
}


.under-header {
    position: absolute;
    top: 6vw;
    left: 1vw;
    width: 90%;
    height: 2vw;
    color: rgb(0, 255, 0);
    background-color: rgb(20, 20, 20);
    border: solid 3px rgb(80, 80, 80);
    border-radius: 10px;
    font-size: 1.302vw;
}

.table-mot {
    color: rgb(0, 255, 0);
    font-size: 1.302;
    z-index: 10;
}

.table-text {
    color: antiquewhite;
}

table {
    width: 100%;
    border-collapse: collapse;
    width: 100%;
    margin: 0;
}

td {
    width: 5vw;
    max-width: 3vw;
}

tr {
    height: 2vw;
}

header {
    position: absolute;
    width: 100%;
    height: 4.5vw;
    background-color: black;
}

.header-button {
    position: absolute;
    height: 2.5vw;
    color: rgb(0, 255, 0);
    top: 0vw;
    font-size: 5vw;
    font-family: Mohave;
    font-style: italic;
    text-decoration: none;
}

a:-webkit-any-link {
    color: rgb(0, 255, 0);
    cursor: pointer;
    font-style: italic;
}

a:-webkit-any-link:hover {
    color: blue;
}