body{
    margin: 0;
    background-color: #f1f1f2;
    font-family: 'Museo Sans',sans-serif;
    color: #100906;
    font-size: 16px;
}

header{
    position: sticky;
    top: 0;
    z-index: 999;
    padding: 20px 15px;
    background-color: #fff;
}

.extra-text{
    max-width: 550px;
    margin-top: 40px;
}

.container{
    margin-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
}

.logo{
    position: absolute;
    top: 0;
}

.logo-img{
    width: 100px;
    height: 150px;
}
.wrapper{
    text-align: center;
}

.d-flex{
    display: flex;
    justify-content: center;
}

.main-title{
    margin-top: 30px;
    font-family: 'De Pul Bold',sans-serif;
    font-size: 52px;
    color: #100906;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}

.image{
    max-width: 100%;
    padding: 10px;
    padding-top: 30px;
}

.image img{
    max-width: 100%;
    width: 550px;
}

@media screen and (max-width: 520px){
    .main-title{
        margin-top: 30px;
        font-family: 'De Pul Bold',sans-serif;
        font-size: 52px;
        color: #100906;
        text-transform: uppercase;
        transition: all .3s ease-in-out;
        margin-left: 100px;
    }
}

@media screen and (max-width: 410px){
    .main-title{
        margin-top: 0px;
        font-family: 'De Pul Bold',sans-serif;
        font-size: 52px;
        color: #100906;
        text-transform: uppercase;
        transition: all .3s ease-in-out;
        margin-left: 100px;
    }

    .image{
        max-width: 100%;
        padding: 10px;
        padding-top: 10px;
    }
}