.logo-head {
    display: flex;
    font-weight: bold;
    font-variant: small-caps;
    align-items: center;
}

nav ul {
    list-style: none;
    display: flex;
    width: 100%;
    gap: 3em;
    padding: 0;
    margin: 0;
}

nav ul li {
    padding: 0;
    margin: 0;
    flex-shrink: 1;
    display: flex;
    align-items: center;
}

.navbar a {
    color: white;
    text-decoration: none;
    align-items: center;
}

.navbar a:hover {
    text-decoration: underline;
}
.navbar a:visited {
    color: white;
}

.home {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.headerfooter {
    background-color:rgb(28, 30, 37);
    padding: 1em;
    z-index: 3;

}

.navbar {
    position: relative;
}