@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

body{
    margin: 0;
}

p, a, span, h1{
    margin: 0;
    color: #fff;
    text-align: center;
    text-decoration: none !important;
    transition-duration: .3s;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
    font-weight: 300;
}



.div-top, .div-bottom{
    height: 50vh;
    float: left;
    width: 100%;
    position: relative;
}

.div-bottom{
    background-color: #1e1e1e;
}

.logo{
    width: 350px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
}

.inner-top{
    position: relative;
    width: 100%;
    height: 100%;
}


.inner-bottom{
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 49%;
}

h1{
    margin-bottom: 50px;
    font-size: 28px;
    letter-spacing: 2px;
    text-transform: uppercase
}

a{
    font-size: 17px;
}


.socials{
    text-align: center;
    margin-top: 20px;
}

.socials i{
    background-color: #ffffff;
    margin: 0 10px;
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    color: #1e1e1e;
    text-align: center;
    transition-duration: .3s;
}

.socials i:hover{
    background-color: #1e1e1e;
    color: #fff;
}