@font-face {
    font-family: 'gothambook';
    src: url('gothambook-webfont.woff2') format('woff2'),
        url('gothambook-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothambold';
    src: url('gothambold-webfont.woff2') format('woff2'),
        url('gothambold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.container {
    width: 100%;
    height: 100%;
    background-color: #8cb1d9;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.container img {
    position: absolute;
}

.border {
    pointer-events: none;
    position: absolute;
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 4000;
    pointer-events: none;
}


#intro {
    background: #ff3746;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    bottom: 0px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

#logo_videoland {
    height: 40%;
    margin-top: -1%;
    position: absolute;
}

#label_videoland {
    height: 94%;
    right: 0;
}

#content {
    position: absolute;
    width: 98.5%;
    height: 94%;
    right: 0px;
    top: 0px;
    overflow: hidden;
    background-color: black;
}


#logoContainer {
    width: 90%;
    margin: 2% 3%;
    position: absolute;
    top: 5%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

#logoSerie {
    width: 35%;
    z-index: 500;
    pointer-events: none;
    position: relative;
}

#txt {
    font-family: 'gothambook';
    color: white;
    position: relative;
    margin: 0;
    width: fit-content;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
}


#btnContainer {
    width: 90%;
    margin: 2% 3%;
    position: absolute;
    bottom: 5%;
    left: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

#btn {
    width: fit-content;
    display: flex;
    width: fit-content;
    position: relative;
    bottom: 5%;
    justify-content: center;
    align-items: center;
    background-color: #ff3746;
    font-family: 'gothambold';
    z-index: 500;
    pointer-events: none;
    transform-origin: center;
}

#btn_txt {
    color: white;
    margin: 0;
    padding: 5px 10px;
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
}