/* Global */

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    background-color: #2C3333;
}

h1 {
    font-size: 25px;
    color: #E7F6F2;
    text-align: center;
}

h4 {
    font-size: 30px;
    margin: 5px 0 -10px 0;
    color: rgb(228, 228, 228);
    text-decoration-line: underline;
}

 /* header */

#ulofheader {
    display: flex;
    gap: 37px;
    list-style-type: none;
    padding: 0;
}

#aofnav, #aofnav:visited {
    color: white;
    text-decoration: none;
}

#aofnav:hover, .aofnav:active {
    color: rgb(165, 240, 15);
}

header {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #434242;
}

.currectlink {
    text-decoration: underline;
}