body {

    background-color: rgb(255, 255, 255);
    padding: 0;
    margin: 0;
    width: 100vw;
    height: 100vh;
}

a {
    font-size: 2vh;
    text-align: center;
    font-family: 'rob_reg';
    color: rgb(0, 0, 0);
}

p {
    font-size: 2vh;
    text-align: center;
    font-family: 'rob_reg';
    color: rgb(0, 0, 0);
}

#wrapper {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;

}