.wallpaper {
    background-image: url("../img/wallpaper5.jpg");
    background-color: #007f81;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

.icon-logo {
    width:100%;
    min-width:4.5rem;
    max-width:4.5rem
}

.bg-page-theme {
    background-color: #007f81;
}

.text-page-theme {
    color: #007f81;
}

.text-page {
    color: #EA9619;
}

.nav-link.active:hover,
.nav-link:hover {
    background-color:rgba(234, 150, 25, .1) !important
}
