
body {
    background-color: #927FB4;
    font-family: 'Tilt';
}
.link {
    color: #927FB4;
    transition: .2s
}
.link:hover {
    color: #51416F;
}
.col {
    margin-bottom: 20px;
}
.card {
    color: #927FB4;
    box-shadow: 1px 1px 1px 1px  rgba(70, 12, 175, 0.5);
    opacity: 0.9;
}
