.header{
    display: flex;
    padding: 60px 0px;
    margin-bottom: 90px;
    background: #f1eff0;
}

header a{
    font-family: 'Poppins';
    font-weight: 600;
}

.header h1,.header h3{
    text-align: center;
    font-family: 'Oswald';
    color: #444854;    
    font-weight: 800;
}

.header h1{
    font-size: 50px;
}

.header h3{
    font-weight: 300;
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 300;
}

.header a{
    color: #444854;
    text-decoration: none;
}

.header a:hover{
    color: #739a4c;
}

.header h3 span{
    color: #f68e20;
}

@media(max-width:800px){
    .header{
        margin-bottom: 30px;
    }
}