.alert {
    font-size: 18px;
}

.alert-success {
    color: rgba(6, 111, 109, 1);
    background-color: rgb(180, 226, 226);
    border-color: rgba(6, 111, 109, 1);
}

.footer {
    position: fixed;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding: 1rem;
    background-color: black;
}

.footer a {
    color: #ffffff;
    text-decoration: none;
}

.footer a:hover {
    color: #07e9f5;
}

.footer a.active {
    font-weight: bold;
}