*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    background-color: rgb(249 250 251/var(--tw-bg-opacity,1)) !important;
}
.green-strip{
    height: 4vh;
    text-align: center;
}
.navbar-brand {
    font-weight: 800 !important;
    font-size: 25px !important;
}
.nav-block{
    position: fixed;
    z-index: 1;
}
.navbar{
    box-shadow: 2px 2px 6px #cdcdcd;
}
.right-side a{
    text-decoration: none;
    color: black;
    padding: 0px 10px;
}
.right-side a:hover,.centere a:hover{
    text-decoration: underline;
}

.row-banner{
    height: 100vh !important;
}

.content-content{
    background-color: rgba(245, 245, 245, 0.763);
    padding: 4em;
    margin: 3em 4em;
    border-radius: 15px;
    box-shadow: 2px 2px 6px #cdcdcd;
}
.card-body a{
    text-decoration: none;
    color: #0d6efd;
    font-weight: 600;
}
.card-body a:hover{
    text-decoration: underline;
}
