header{
    height: 9vh;
    width: 100%;
    background-color:#A0A081;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 15%;
    padding-right: 15%;
    position: fixed;
    top:0;
    left: 0;
}

.marketing-list{
    display: flex;
    justify-content: space-between;
    width: 15vw;
    font-size: 1.2rem;
    font-family:  'Bakbak One', cursive;
    
    
}
.header-name{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Bakbak One', cursive;
    font-size: 2rem;
    
}


.social{
    font-size: 2rem;
}

