header {
    padding-top: 2rem;
    padding-bottom: 4rem;
}

.header {
    font-family: 'Kleisch';
    display: flex;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
    background-color: black;
    border-radius: 2rem;
    color: white;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
    width: 90%;
    font-size: 1.2rem;
}

nav {
    width: 70%;
    min-height: 70%;
    display: flex;
    align-items: center;
    margin-left: auto;
}

nav ul {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-left: 4rem;
}

header .left {
    display: flex;
    align-items: center;
    cursor: pointer;
}

header img {
    height: 25px;
}

header .acro {
    height: 20px;
    margin-left: 0.5rem
}

header h1 {
    font-style: italic;
    width: max-content;
    margin-left: 0.8rem;
}

header h1 .sub {
    margin-left: 7rem;
}

header a {
    text-decoration: none;
    color:white;
}

header .active {
    text-decoration: underline 1px;
    text-underline-offset: 0.2rem;
}

li a:hover {
    text-decoration: underline;
    text-underline-offset: 0.2rem;
}