body {
  background: #f6f6f6;
  }

font {
  font-family: "Overpass Mono", monospace;
  font-weight: 500;
  font-style: normal;
  color: #5170ff;
  }

a:link {
  text-decoration: none;
  color: #73c1f5;
  }
  

a:visited {
  color: black;
  }

   
.overpass-mono {
  font-family: "Overpass Mono", monospace;
  font-style: normal;
}

p { 
  font-family: "Overpass Mono", monospace;
  font-weight: 500;
  font-style: normal;
  color: #2a2a2a;
}

h1 { 
  font-family: "Overpass Mono", monospace;
  font-weight: 900;
  font-style: bold;
  color: #73c1f5;
}
  
.into {
  margin-top: 500px;
}
  
  
  
  
  