#header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

#logo {
    background-color: var(--stumble-upon);
    display: flex;
    align-items: center;
    justify-content: center;
}

#logo-text {
    font-size: var(--logo-font-size);
    color: white;
    margin: var(--standard-margin);
}