@font-face {
    font-family: 'DIN Condensed';
    src: url('fonts/DINCondensed-Bold.woff2') format('woff2'),
        url('fonts/DINCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body {
    background-image: url(img/XTASEA-Background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: border-box;
    background-position: center center;
    font-family: 'DIN Condensed' !important;
    color: #FFF;
}
header {
    /* background-image: url(img/XTASEA-TOP.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: border-box; */
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10vh;
}

footer {
    /* background-image: url(img/XTASEA-BOTTOM.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: border-box; */
    height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20vh;
}

.__input label {
    text-align: right;
}
input,textarea {
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #FFF;
    padding: 10px;
    margin: 10px 0px;
    color: #FFF;
}

button {
    background-color: transparent;
    border: 0;
    color: #FFF;
    font-size: 30px;
    text-align: right;
}

button:hover {
    color: #eee;
}
