.header{
    display: flex;
    padding: 1rem 7rem;
    align-items: center;
    justify-content: space-around;
    width: 100%;   
    font-size: .8rem;
}

.header-img{
    text-align: center;
}

.header-link{
    color: #000;
}

.header-link:hover{
    background: #001dff;
    color: #FFF;
    transition: .5s;
}

.content-header{
    
    width: 80%;
    text-align: center;
}

.contact-header{
    display: flex;
    justify-content: space-around;
    padding: 0 13rem;
}

.contact-header small{
    
}

.options-header{
    width: 100%;
    margin-top: 1rem;
    text-align: center;
}

.options-header a{
    margin: 1.2rem;
    padding: .8rem;
    font-size: 1rem;
    text-decoration: none;
    color: #000;
}

.options-header a:hover{
    background: #001dff;
    color: white;
}