
.menu-item {
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    font-weight: bolder;
    color: #136deb;
    text-decoration: none;
    padding: 4px 20px 4px 20px;
    border-radius: 50px;
    transition-property: background-color;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
}

.menu-item:hover {
    background-color: rgb(250, 235, 192);
}

.agbs {
    margin-right: 20px;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

.agbs:hover {
    color:#575757;
}

h1 {
    text-align: center;
    font-size: 60px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    color: #136deb;
}

b {
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #000000;
}

c {
    font-size: 30px;
    font-weight: 600;
}

p {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    text-align: justify;
    color: #000000;
}

r {
    font-weight: bold;
}