header {
    background: var(--theme-purple);
    display: flex;
    padding-top: 15px;
    padding-bottom: 25px;
    align-items: center;
    justify-content: center;
}

.logo-wrapper {
    display: flex;
    gap: 5px;
    margin-bottom: 5px;
    text-decoration: none !important;
    align-items: end;
}

.header-logo {
    height: 70px;
}

@media screen and (max-width: 800px) {
    .header-logo {
        height: 61px;
    }
}