header {
    max-height: 8vh;
    min-width: 98%;
    display: grid;
    grid-template-columns: 0.5fr 3fr 0.5fr;
    justify-items: center;
    align-items: center;
    border-radius: 0px 0px 15px 15px;
    overflow: hidden;
    position: sticky;
    top: 0;
    z-index: 1000;
}

#PageLogoButton {
    max-height: 6.5vh;
    display: block;
    transition: transform 0.1s ease;
    animation: pulse 3.5s ease-in-out infinite;
}

#PageTitleText {
    display: flex;
    justify-content: center;
    align-self: center;
    max-height: 7.9vh;
    font-family: 'Gabriola';
    color: white;
}

#Side_Navigation_Button {
    max-height: 4vh;
    font-size: x-large;
}