#mainCard {
  background-color: white;
  /* width: 25vw;
  height: 54vh; */
  width: 360px;
  height: 389px;
  border-radius: 5%;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 25vh;
  justify-content: space-between;
  background-image: url(./images/bg-pattern-card.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  font-size: 18px;
  font-family: "Kumbh Sans", sans-serif;
}

#profileImage {
  border-radius: 50%;
  align-self: center;
  margin-top: 25%;
  border: 5px solid white;
}

#stats {
  display: flex;
  justify-content: space-around;
  border-top: 1px solid darkgray;
  margin-top: 10%;
  margin-bottom: 0;
  /* padding: 5%; */
  font-size: 18px;
}

.stat {
  display: flex;
  flex-direction: row;
}

#content {
  size: 100%;
}

#mainBody {
  height: 100vh;
  width: 100vw;
  margin: 0;
  display: flex;
  align-content: center;
  justify-content: center;
  background: hsl(185, 75%, 39%);
  background-image: url("./images/bg-pattern-top.svg"),
    url(./images/bg-pattern-bottom.svg);
  /* background-size: contain; */
  background-repeat: no-repeat;
  background-position: -50% 200%, 150% -150%;
}

#nameTown {
  margin-top: 20px;
}

#nameTown h1 {
  margin: 0;
}

#nameTown p {
  margin-top: 5px;
  margin-bottom: 20px;
}

.stat {
  display: block;
}

.cat {
  font-size: 14px;
  font-weight: 400;
}

.regular {
  font-weight: 400;
}

@media (max-width: 375px) {
  #mainBody {
    background-position: 130% 175%, -30% -75%;
  }

  #mainCard {
    width: 340px;
    margin-top: 20vh;
  }
}
