@font-face {
    font-family: "GeneralSans";
    src: url("GeneralSans-Variable.woff2") format("woff2");
}

body {
    background: black;
    align-items: center;
    color: rgb(255, 255, 255);
    

}

.flex-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: GeneralSans;
    font-weight: 500;
    font-size: 2vw;
    margin-top: 10vh;
}

.description2 {
    margin-top: 2vh;
}