
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,500;0,600;0,900;1,100&display=swap');

*{
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px;
    color: #FFF;
}

body{
    overflow-x: hidden!important;
    background-image: url("pic/background.png");
    background-position: -5px -5px;
}

h1{
    font-weight: 700;
    text-transform: uppercase;
}

#logo{
    width: 250px;
}

.worker img{
    width: 450px;
}

p{
    line-height: 30px;
}

.btn{
    margin-right: 10px;
}

@media only screen and (max-width: 478px) {
    h1{
        font-size: 25px;
        margin-top: 20px;
        text-align: center;
    } 

    .btn{
        width: 100%!important;
    }
}

@media only screen and (max-width: 768px) {
    .worker{
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    
    h1{
        font-size: 30px;
        margin-top: 10px;
    }

    p{
        line-height: 25px;
        margin-top: 15px !important;
    }

    .contact{
        margin-top: 15px !important;
    }
}