@import url('https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@font-face {
    font-family: Mecha;
    src: url(../fonts/Mecha.ttf);
}

@font-face {
    font-family: Mecha;
    src: url(../fonts/Mecha_Bold.ttf);
    font-weight: bold;
}

body {
    margin: 0;
    background-color: #252424;
}

#background {
    background-image: url("../images/bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    height: 100%;
    width: 100%;
    filter: blur(4px);
    -webkit-filter: blur(4px);
    z-index: -1;
}

#opacity {
    background-color: #222121;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(12, 12, 12, 0.9);
}

#logo {
    position: relative;
    background-image: url(../images/logo.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    margin-top: 2%;
    margin-left: auto;
    margin-right: auto;
    width: 12%;
}

#video {
    position: relative;
    padding-bottom: 20%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    display: block;
    margin-left: 30%;
}

#video iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
}

#button-site{
    position: relative;
    background-color: #6dc5fa;
    height: 2.5vw;
    width: 30%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1%;
    border: 1px solid rgb(29, 29, 29);
    box-shadow: 0px 5px 0 rgb(255, 255, 255);
}

#button-site:hover{
    background-color: #5eabdb;
    box-shadow: 0px 5px 0 rgb(214, 213, 213);
}

#button-site:active{
    margin-top: 1.2%;
    background-color: #5eabdb;
    box-shadow: 0px 0px 0 rgb(214, 213, 213);
}

#button-form{
    position: relative;
    background-color: #ffd343;
    height: 2.5vw;
    width: 30%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1%;
    border: 1px solid rgb(29, 29, 29);
    box-shadow: 0px 5px 0 rgb(255, 255, 255);
}

#button-form:hover{
    background-color: #ecc43e;
    box-shadow: 0px 5px 0 rgb(214, 213, 213);
}

#button-form:active{
    margin-top: 1.2%;
    background-color: #ecc43e;
    box-shadow: 0px 0px 0 rgb(214, 213, 213);
}



a{
    text-decoration: none;
}

.hyperspan {
    position: relative;
    width:100%;
    height:100%;
    left:0;
    top: 25%;
    font-family: Mecha;
    font-size: 1vw;
    font-weight: bold;
    color: #ffffff;
}