

.logo {
    max-height: 200px;
}

.btn-purple {
    background-color: #6f42c1;
    color: white;
}

.btn-outline-purple {
    color: #6f42c1;
    border-color: #6f42c1;
}

.btn-outline-purple-light {
    color: #6f42c1;
    border-color: #6f42c1;
    background-color: #f8f9fa;
}

.btn-outline-purple-light:hover {
    background-color: #6f42c1;
    color: white;
}

#email {
    text-decoration: none;
    float: right;
    color: #343a40;
}

.footer {
    margin-top: 5% !important;
    margin-bottom: 10px;
}

@media (max-width: 479px) {
    .footer {
        margin-top: 35% !important;
    }
}
