body, html {
  text-align: center;
  font-family: "Inter", sans-serif;
}

.counter-section {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
  align-items: center;
  background: #fff url(lin.svg);
  background-size: cover;
}

.counter-section img {
  width: 30%;
}

.header{
font-size: 5rem;
font-weight: 200;
color: #980001;
transform: scale(1);
}

.article {
  font-size: 3rem;
  font-weight: 400;
  color: #333333;
  margin-bottom: 20px;
}

/* Counter styles */

.counter {
  color: #636363;
  display: inline-block;
  text-align: center;
  font-size: 4rem;
  font-weight: 600;
  transform: scale(1);
  margin: 30px 0;
}

.counter > div{
  border-radius: 3px;
  display: inline-block;
}

.counter div > span{
  padding: 15px;
  border-radius: 15px;
  display: inline-block;
  border: 2px solid #980001;
}

.contact a {
  text-decoration: none;
  margin: 10px;
  color: #333333;
  font-size: 20px;
}

.contact a:hover {
  color: #980001;
}



@media only screen and (min-width : 150px) and (max-width : 767px){
.counter-section img {
    width: 55%;
}

.counter {
  font-size: 5rem;
}
  

}
