/*-----GLOBAL-----*/

html {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
}

.display-none {
    display: none;
}

.container {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.container {
    position: relative;
}

button {
    font-family: sans-serif;
    position: absolute;
    top: 95%;
    background-color: #009EE3;
    z-index: 99999;
    left: 25%;
    width: 500px;
    font-size: 2em;
    font-weight: bold;
    padding: 20px 0;
    color: #fff;
    border: 0;
    border-radius: 10px;
}

.final_button {
    width: 400px;
    top: 78%;
    left: 53%;
}

.type4_button {
    top: 75%;
    left: 55%;
}

.type2_button {
    top: 79%;
}

.type5_button {
    top: 75%;
    left: 55%;
}

.video {
    height: 100vh;
}

.logo {
    width: 100%;
    height: 200px;
}

.pomos {
    width: 100%;
    height: 1500px;
    object-fit: cover;
    margin-top: 0px;
}

.init-button {
    margin-top: -600px;
    height: 500px;
}

.initButton {
    background-color: #7A7C83;
    color: #fff;
    border: 0;
    outline: 0;
    border-radius: 0;
    padding: 40px 0 !important;
    margin-top: -300px;
    letter-spacing: 3pt;
    font-size: 3rem;
    font-weight: lighter;
    width: 350px !important;
    margin-left: 100px;
}