body {
    font-family: 'Kumbh Sans', tahoma;
    margin: 0;
}
h1 {
    font-size: 18px;
}
h3 {
    color: hsl(0, 0%, 59%);
    font-size: 12px;
    font-weight: 400;
}
h4 {
    color: hsl(0, 0%, 59%);
    font-size: 10px;
    font-weight: 400;
}
div {
    display: flex;
    justify-content: center;
    align-items: center;
}
#background {
    width: 1440px;
    height: 800px;
    background-image: url(bg-pattern-top.svg), url(bg-pattern-bottom.svg);
    background-repeat: no-repeat;
    background-position: -300px -600px, 160% 300px;
    background-color: hsla(185, 75%, 39%);
    display: flex;
    justify-content: center;
    align-items: center;
}
#card {
    width: 350px;
    height: 370px;
    border-radius: 10px;
    background: url(bg-pattern-card.svg) no-repeat;  
    flex-direction: column;
    justify-content: flex-end;
    line-height: 5px;
    background-color: white;
}
#victor {
    border-radius: 50%;
    border: 8px solid white;
    margin-bottom: 15px;
}
#stats {
    width: 100%;
    height: 80px;
    border-top: 1px solid hsl(0, 0%, 80%)  ;
}
.statsinf {
    width: 33%;
    flex-direction: column;
    line-height: 0;
}
.grayword {
    color: hsl(0, 0%, 63%);
    font-weight: 400;
}
.title {
    flex-direction: column; 
    height: auto;
    width: auto;
    margin-bottom: 20px;
}