body{
    background: url('../img/main-bg.jpg') no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    font-family: 'Montserrat', sans-serif;

}

.logo{
    width: 363px;
    margin: 0 auto;
    display: block;
    padding-top: 250px;
}

h1,h3{
    color:#fff;
    text-align: center;
}

a{
    color:red;
}


@media(max-width: 767px){
    .logo{
        padding-top: 200px;
        width: 250px;
    }

    h1{
        font-size: 22px;
        line-height: 26px;
    }

    h3{
        font-size: 20px;
        line-height: 26px;
    }
}