a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.header {
    display: flex;
    z-index: 5;
    width: 100%;
    position: relative;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    margin-top: 1.5rem;
    flex-direction: column;
    align-items: center;
}

.buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    gap: 1rem;
    flex-direction: column;
}

.buttons #header-logo {
    font-family: NotoSansBold;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.buttons .header-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.buttons .header-buttons a {
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    font-weight: 600;
    font-size: 24px;
}

@media (max-width: 480px) {
    .header video {
        width: 100%;
    }
}
