body {
  background-color: hsl(185, 75%, 39%);
  font-family: 'Kumbh Sans', sans-serif;
  position: relative;
  text-align: center;
  background-image: url(../images/bg-pattern-top.svg), url(../images/bg-pattern-bottom.svg);
  background-position: top -500px left -245px, bottom -1300px right -200px;
  background-repeat: no-repeat;
  width: 1440px;
}

hr {
  background-color: hsl(0, 0%, 59%);
  border: none;
  height: 1px;
}

h3 {
  color: hsl(229, 23%, 23%);
  font-size: 18px;
  font-weight: 700;
}

p {
  font-size: 12px;
  font-weight: 400;
  color: hsl(227, 10%, 46%);
}

.content {
  background-color: white;
  position: absolute;
  left: 576.6px;
  top: 175px;
  border-radius: 15px;
  height: 370px;
}

.top-content-bg {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.victor-image {
  border-radius: 100%;
  border: 5px solid white;
  position: relative;
  bottom: 60px;
}

.name {
  margin-bottom: 10px;
}

.age {
  margin-left: 5px;
  font-weight: 400;
  color: hsl(227, 10%, 46%);
}

.city {
  margin-top: 0;
  font-weight: 400;
  color: hsl(227, 10%, 46%);
  font-size: 14px;
}

.middle-content {
  position: relative;
  bottom: 60px;
}

.numbers {
  display: inline-block;
  margin: 20px 25px 0;
}

.titles {
  display: inline-block;
  margin: 0 32px 0 20px;
}
