h1, h2, h3{
  color: #a91422;
}
h1{
  font-size: 1.9em;
}
.banner{
  width: 100vw;
  margin-block: 0;
}
.stats_box{
  margin-left: 12vw;
  margin-right: 17vw;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.stats{
  text-align: center;
  display: inline-block;
  height: 150px;
  width: 150px;
  background-color: #F7F9FC;
  border-radius: 75px;
  box-shadow: 0 6px 30px rgba(10, 30, 60, 0.2);
}
p, ol, li{
  color: #395066;
  font-size: 1.1em;
  margin-bottom: 10px;
}
body{
font-family: Roboto;
margin: 0;
}
.tartalom{
  margin-inline: 10vw;
}
li{
  margin-bottom: 5px;
}
.stat{
  margin-top: 10px;
  margin-bottom: 35px;
}
h3{
  margin-top: 35px;
  margin-bottom: 10px;
}