@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');

@font-face {
    font-family: 'Harabara Mais';
    src: url('../font/HarabaraMaisBold-HarabaraMaisBold.eot');
    src: url('../font/HarabaraMaisBold-HarabaraMaisBold.eot?#iefix') format('embedded-opentype'),
    url('../font/HarabaraMaisBold-HarabaraMaisBold.woff2') format('woff2'),
    url('../font/HarabaraMaisBold-HarabaraMaisBold.woff') format('woff'),
    url('../font/HarabaraMaisBold-HarabaraMaisBold.ttf') format('truetype'),
    url('../font/HarabaraMaisBold-HarabaraMaisBold.svg#HarabaraMaisBold-HarabaraMaisBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


*{
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-decoration: none;
}

img{
    max-width: 100%;
}

html, body{
    max-height: 100vh;
}

body{
    font-family: 'Open Sans', sans-serif;
}
.center_block{
    max-width: 830px;
    margin: 0 auto;
}

.img_block{
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    margin: 0 auto 20px auto;
    height: calc(100vh - 130px);
    flex-flow: column;
    background: url("../img/banner.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
}
.img_block::after{
    content: "UNDER CONSTRUCTION";
    font-size: 20px;
    letter-spacing: 20px;
    font-weight: 100;
    position: absolute;
    width: 100%;
    bottom: 25%;
    text-align: center;
}

.img_block h1, .center_block h1{
    content: "TalentMiner";
    font-size: 80px;
    font-family: 'Harabara Mais', serif;
    margin: 0;
}

.center_block h1{
    text-align: center;
    margin-bottom: 50px;
}


.img_block .mail_info, .img_block .other_info{
    position: absolute;
    bottom: 30px;
    right: 30px;
    letter-spacing: 2px;
}
.img_block a{
    color: white;
    font-size: 12px;
}

.img_block .other_info{
    right: auto;
    left: 30px;
}


.lower_txt{
    text-align: center;
    font-weight: 300;
    color: #0e427e;
    letter-spacing: 2px;
    font-size: 14px;
}

.center_block h3{
    margin: 20px 0;
}

.center_block p{
    margin: 20px 0;
}

.center_block li{
    margin-bottom: 10px;
}

.center_block li ul{
    margin-left: 10px;
    margin-top: 10px;
}


@media screen and (max-width: 767px){
    .img_block{
        background: none;
        margin: 0;
        height: 85vh;
    }
    body{
        background: url("../img/banner.jpg") no-repeat center center;
        border: 20px solid white;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: calc(100vh - 40px);
    }

    html, body{
        max-height: none;
    }
    .img_block h1 {
        font-size: 59px;
    }

    .img_block::after {
        letter-spacing: 10px;
        bottom: 15%;
    }

    .img_block p{
        text-align: center;
        letter-spacing: 7px;
        margin-bottom: 30px;
    }
    .img_block .mail_info {
        position: relative;
        bottom: auto;
        right: auto;
    }
    .img_block .other_info {
        right: auto;
        left: auto;
        bottom: 0;
    }
    .lower_txt{
        color: white;
        margin-top: 10px;
    }
    .legal_page{
        background: white;
        display: block;
    }

    .legal_page h1{
        font-size: 60px;
    }
}

@media screen and (min-width: 768px){
    body{
        border: 40px solid white;
    }
}