/* Add here all your CSS customizations */
#footer {
    background: #733391;
    border-top: 4px solid #733391;
    font-size: 0.9em;
    margin-top: 50px;
    padding: 0;
    position: relative;
    clear: both;
}

#footer .footer-copyright.footer-copyright-style-2 {
    background: #733391;
    border-top: 1px solid #733391;
}

.image-rounder {
    width: 200px;
    text-align: center;
    margin: auto;
}

.card-custom {
    background: #733391;
    border-radius: 20px;
}

.rounded-25 {
	border-radius: 25px !important;
}

.card-body-custom {
    padding: 1rem;
    text-align: center;
}