/*===========================================================================*/
                            /*MAIN PAGE*/
/*===========================================================================*/

#main-page-wpapper {
    text-align: center;
    height: 100vh;
    background-image: url("/images/background.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#main-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#main-page-button {
    color: white;
    display: table-cell;
    margin: 2vw;
    width: 80px;
    /*height: 80px;*/
    border-bottom: 2px solid white;
    border-radius: 50%;
    /*line-height: 80px;*/
    font-size: 2em;
    text-transform: uppercase;
    cursor: pointer;
}
