body {
    background-image: url("images/bg-pattern-top.svg"), url("images/bg-pattern-bottom.svg");
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-color: hsl(185, 75%, 39%) !important;
    font-family: 'Kumbh Sans', sans-serif !important;
    font-size: 18px !important;
}

div.container {
    display: flex;
    align-items: center;
    min-height: 100vh;
}

div.card {
    border-radius: 20px 20px 20px 20px;
}

.card-bg-image {
    border-radius: 20px 20px 0 0;
    width: 100%;
}

img.avatar-img {
    margin-top: -70px;
    border: 4px solid white;
}

.card-heading {
    font-weight: 600 !important;
    color: hsl(229, 23%, 23%) !important;
}

hr {
    margin: 30px -20px 20px;
    border: 0;
    border-top: 1px solid #c9c7c7;
}

.stats-text {
    letter-spacing: 2px;
    margin-top: -10px;
}

.grey-text {
    color: hsl(0, 0%, 59%);
}

