/* Global */

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    background-color: #2C3333;
}

h1 {
    font-size: 30px;
    color: #E7F6F2;
    text-align: center;
}

h3 {
    font-size: 30px;
    margin: 5px 0 -10px 0;
    color: rgb(220, 219, 211);
    text-decoration-line: underline;
}

h4 {
    font-size: 20px;
    color: rgb(220, 219, 211);
    text-decoration-line: underline;
    margin: 10px 0;
}

 /* 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;
}


/* main */
.container {
    background-color: #646039;
    margin: 20px;
    padding: 20px;
    border-radius: 20px;
}

.container-green {
    background-color: #39643f;
    margin: 20px;
    padding: 20px;
    border-radius: 20px;
}

.clicktoseebtn {
    color: #2c4248;
    
}

.wholedivbtn {
    display: block;
    cursor: pointer;
    text-decoration: none;
}

.p__ofseeinformation {
    color: #cccccd;
}


footer {
    background-color: #a7ab8c;
    margin: 0;
    padding: 20px;
    text-align: center;
}