body {
    background-image: url(bg.png);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    color: white;
    font-family: poppins;
    margin: 0 auto;
    text-align: center; 
}
#Header {
    background-color: #0009;
    /*vertical-align: middle;*/
}
h1 {
    font-weight: 501;
    font-size: 7vw;
    margin-top: 7vh;
}
h2 {
    font-weight: 300;
    font-size: 3vw;
    margin-top: -5.3vw;
}
h3 {
    font-weight: 500;
    font-size: 24px;
}
SECTh1TEXT {
    font-weight: 800;
    font-size: 4vw;
    margin-top: -1.3vw;
    letter-spacing: 1vw;
    background-color: #0009;
}
#bottombutton {
    margin: 0 auto;
    height: 50px;
    text-align: center; 
}
.links-table {
    margin: 0 auto;
    
}
img {
    height: 96px;
}
.links-button {
    transition: transform 0.3s ease;
}
.links-button:hover {
    transform: scale(1.1);
}