/*
==========
Styles for header.
==========
*/

header{
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: .1em;
}

header img{
    width: 100px;
    height: 100px;
}

header h1{
    color: var(--font-white-color);
    font-size: 20px;
    letter-spacing: 2.3px;
}