/* Global */

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    background-color: #2C3333;
}

.navbarlink, .navbarlink:visited{
    text-decoration: none;
    color: white;
}

.navbarlink:hover, .navbarlink:active {
    color: rgb(165, 240, 15);
}
a {
    color:#2c4248;

}
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;
}

a {

}

/* Buttons Defult settings */


.globalbtn {
    color: #395B64;
    padding: 10px 20px;
    margin: -10px 0 0 0;
    background-color: #A5C9CA;
    border: 1px solid white;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
} 

.btndiv {
   display: flex;
   justify-content: center;
}

.aofbtn {
    color: #395B64;
}

.aofbtn:hover, .aofbtn:active, .aofbtn:visited {
    color: black;
}

/* Header Starts from here */

header {
    padding: 18px 0;
    border-bottom: 1px solid #434242;
    display: flex;
    justify-content: center;
}

.header_ulnavbar {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    gap: 15px;
}   
