.color {
    color: #6200EE;
    font-weight: bold;
}


#footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: red;
    color: white;
    text-align: center;
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important;
}

.main_container {
    margin-bottom: 72px;
}