.navi {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 50px;
    border-radius: 10px;
    padding: 5px;
}

.nav-item {
    font-weight: bold;
}

.nav-link {
    color: #000000 !important;
}

body {
    /* background-image: url("https://selgem.com/img/Contour.b52613b4.png");
    background-color: #E6E6E6;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; */
}

.container {
    width: 80%;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.card {
    width: 90%;
    height: 100px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    background-color: #F5F3F3;
    cursor: pointer;
}

.card-body {
    text-align: center;
}

span {
    font-weight: bold;
    vertical-align: middle;
}