@import url(https://fonts.bunny.net/css?family=lexend);


html {
    font-size: 14px;
}
p{
    font-size: 24px;
}
.c4{
    font-style: italic;
}
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: none;
}

a{
    color: black !important;
    text-decoration: none;
}
html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: "Lexend";
}


.main-container {
    background-color: #F5F5F5;
    width: 100%;
    display: table;
    position: relative;
}

.content-container {
    display: table-cell;
    width: 85%;
    margin-top: 1rem;
    padding: 60px;
    padding-bottom: 60px;
    overflow: auto;
}

.blue-background {
    background-color: #0B89FD;
}

.red-background {
    background-color: #FD3F01;
}

.yellow-background {
    background-color: #FEC90E;
}
