header.logo{
    display: flex;
    align-items: center;
    justify-content: center; 

    height: auto;
}

img.logo{
    width: 100px;
    height: auto;
}

h2{
    font-size: 1.2rem;
    font-family: var(--title-font);
    color: var(--white-default);
}