body {
    background: #ffffff;
    max-width: 100vw;
    min-height: 100vh;
    margin: 0;
    padding: 0px;
}
.navbar{
    padding: 0.5rem;
}
.navbar-brand{
    padding: 0px;
    margin: 0px;
}
.row-section{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.row-section > a{
    display: block;
    color: #000fff !important;
}

.row-section > a:hover{
    display: block;
    color: #7980e6 !important;
}

.custom-control-input:checked {
    border-color: rgb(192, 91, 146);
    background-color: rgb(192, 91, 146);
}