
.button {
    width: 80vw;
    height: 150;
    text-align: center;
    line-height: 150px;
    margin: auto;
    text-transform: uppercase;
    font-size: 45px;
    margin-bottom: 20px;

}

a {
    text-decoration: none;
}

.logo {
    text-align: center;
    width: 40vw;
    margin: auto;
    /* margin-bottom: 150px;
    margin-top: 100px; */
}


.main {
    margin-bottom: 100px;
}



div a {
    color: white;
    font-size: 40px;
    margin-bottom: 50px;
}

div a:visited {
    color: white;
}
