@charset "UTF-8";

body {
    position: relative;
    height: 100vh;
}

/*
#menuTR {
    font-size: 20px;
    color: #fff;
    display: block;
    width: 300px;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
    padding: 15px 30px;
    border: 5px solid #fff;
    box-sizing: border-box;
    font-weight: 600;
    height: 70px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}
*/
#vegas {
    width: 100vw;
    height: 100vh;
}


/*
@media screen and (min-width: 770px) {


#menuTR {
    font-size: 20px;
    width: 300px;
    padding: 15px 30px;
    border: 5px solid #fff;
    transition: background 0.3s, color 0.3s ;
    height: 70px;
}

#menuTR:hover {
    background: #fff;
    color: #888;
    text-decoration: none;
}

}
*/