@import url('https://fonts.googleapis.com/css2?family=Glory:wght@300&family=Quicksand&display=swap');


body {
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;
    background: #0000001f;
}


.card.profile {
    border-top: 4px solid #311b86;
}

p, a {
    font-size: 15px;
}