html, body {
    cursor: url("../../images/cursor.ico"), default;
}
.one {
    background-color: #606c38 !important;
    color: white !important;
}
.nav-link{
    background-color: #606c38 !important;
    color: white !important;

}
.two {
    background-color: #e9edc9 !important;
    text-align: center;
}
.dropdown-item {
    color: #fff; /* Sets the text color to white */
}
.three {
    background-color: #fefae0 !important;
    text-align: center;
}
.four {
    background-color: #faedcd !important;
}
.five {
    background-color: #fefae0 !important;
    text-align: left;
}
.iframe-container {
    width: 100%;
    text-align: center;
}
.iframe-container iframe {
    margin: 0 auto;
    display: block;
}