button {
    border-radius: 10px !important;
    background-color: #314361;
    color: white;
    font-weight: 600;
    height: 5vh;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: 0.3s;
    padding: 0 5% 0 5%;
}

button:hover {
    opacity: 1;
}

input{
    height: 5vh;
    width: 100%;
    border-radius: 10px;
    padding-left: 5%;
    border: 1px solid grey;
}

.bi, h1, h2, h3, h4, h5, h6 {
    color: #314361;
}

.card {
    color:white;
    background-color: #314361 !important;
    border-radius:10% !important;
}

.card-body > .bi {
    color: white;
}

#offcanvasNavbar, #offcanvasBottomNavbar, .bgAlma {
    background-color: #314361 !important;
}

.nav-link:hover {
    text-decoration: underline;
}

.container {
    margin-bottom: 3rem !important;
    padding-bottom: 1rem !important;
}