@import url('base.css?id=2');

header {
    background-color: #29578B;
    width: 100%;
    position: sticky;
    
}

header img {
    height: 50px;
    margin-left: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
    header img {
        margin-left: 5rem;
    }
}