@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html, body {
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

section {
    padding: 50px;
}

#topMenu {
    padding: 15px;
    background-color: #455BAA;
    text-align: center;
    color: white;
    font-weight: bold;
}

.menuItem {
    margin-left: 30px;
}

.menuItem > a {
    text-decoration: none;
    color: unset;
}

.textCover {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 20px;
    margin-top: 150px;
    color: black;
}

#welcome {
    background: #FFBF13 url('../images/topBg.jpg');
    background-size: cover;
    background-position: center center;
    min-height: 60vh;
    text-align: center;
    color: white;
    font-weight: bold;

}

#news {
    background-color: #FFBF13;
    min-height: 200px;
    color: black;
}

.news-date {
    display: block;
    font-size: 14px;

}

.contact-btn {
    margin-top: 20px;
}

.aboutOfficial {
    font-style: italic;
    padding: 20px;
    background-color: rgba(255, 191, 19, 0.6);
}

#footer {
    padding: 15px;
    background-color: #455BAA;
    text-align: center;
    color: white;
    font-weight: bold;
}