
body{
  font-family: "Montserrat";
  height: 100vh;
  margin: 0;
  background-image: linear-gradient(to right, #eee 1px, transparent 1px),linear-gradient(to bottom, #eee 1px, transparent 1px);
  background-size: 40px 40px;
}

header{
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
height: 100px;
}

header span{
  background:  #C10000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  font-weight: bold;
}

header a{
  text-decoration: none;
  cursor: default;
}

footer{
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  height: 50px;
}

footer>span{
  background:  #C10000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section{
    margin: 1em;
}

section h1{
   width: 100%;
    margin:0 ;
    background: #C10000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight:400;
    font-size: clamp(4vw, 8vw, 16vh);
}


.badge {
  padding-top: 40px;
  padding-left: 40px;
  display: inline-block;
  transform: rotate(-10deg);
}

.badge span{
  border-radius: 20px;
  padding: 5px 15px 5px 15px;
  font-weight:800;
  color: #FFF;
  background-color: #C10000;
  width: 100%;
  text-transform: uppercase;

}

.card{
  margin-left: 90px;
}

.card a,.card a:visited{
  margin-left: 20px;
  
  border: #C10000 solid 1px;
  padding: 2px 7px 2px 7px;
  border-radius: 10px;
  text-decoration: none;  
  color: inherit; 
  white-space: nowrap;  

}

.card-div{
  padding-bottom: 10px;
  display: inline-block;
}


.card i{
  color: #C10000;
  margin-right: 5px;
}

@media (max-width: 768px) {

  .badge {
    padding-left: 0px;
  }

  .card{
    margin-left: 20px;
  }
}
