body {
    padding: 0 24px 0 24px;
    background-color: hsl(185, 75%, 39%);
    background-image: url(../images/bg-pattern-top.svg), url(../images/bg-pattern-bottom.svg);
    background-position: -550px -450px, top 500px right -600px;
    background-repeat: no-repeat;
    font-family: 'Kumbh Sans', sans-serif;
}

.page-container {
    height: 100%;
    background-color: #A61F11;
}

.profile-panel {
    max-width: 350px;
    border-radius: 24px;
    overflow: hidden;
    background-color: white;
    margin: 145px auto;
    height: 372px;
}

.banner {
    height: 140px;
    background-image: url(../images/bg-pattern-card.svg);
}

img.profile-pic {
    border: 5px solid white;
    border-radius: 100px;
    display: block;
    position: relative;
    top: 88px;
    margin: 0 auto;
}

.text-panel {
    padding: 70px 25px 10px 25px;
    text-align: center;
    border-bottom: 1px solid hsl(214, 8%, 82%);
    min-height: 65px;
}

h1 {
    font-weight: 700;
    font-size: 1.2rem;
    color: hsl(229, 23%, 23%);
}
span.age {
    color: hsl(227, 10%, 46%);
    font-weight: 400;
    margin: 0 10px;
}

h2 {
    color: hsl(227, 10%, 46%);
    font-size: 0.9rem;
    font-weight: 400;
}

.stat-container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    padding: 15px 30px;
    height: 55px;
}

.stat-box {
    text-align: center;
    width: 100px;
}

.stat-number {
    font-weight: 700;
    font-size: 1.1rem;
    margin: 9px 0;
}
.stat-heading {
    color: hsl(0, 0%, 59%);
    font-size: 0.6rem;
    letter-spacing: 2px;
}

