.center {
    display: flex;
    align-items: center;
    justify-content: center;
}

#logo {
    width: 20em;
    margin-bottom: 1rem;
}

/* Overridden Coloring */

.btn-primary {
    border-style: none;
    background-color: rgb(60 119 163);
}

.btn-primary:hover{
    background-color:  #709db3;
}

.form-check-input:checked {
    background-color: rgb(60 119 163);
    border-style: none;
}

::selection{
    /* background-color: revert;
    color: revert; */
}