@import url("/assets/fonts/inter/inter.css") media-types;
.textbox {
  width: 50vw;
  height: auto;
  padding-top: 0.5vh;
  padding-bottom: 2vh;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
body {
  background-color: #efefef;
  text-align: left !important;

}
h1 {
  color: #444;
  font-family: Inter;
  font-size: 10vh;
}
h2 {
  color: #444;
  font-family: Inter;
  font-size: 5vh;
}
p {
  color: #444;
  font-family: Inter;
  font-size: 4vh;
}
a {
  font-family: Inter;
  color: #444;
  font-size: 5vh;
  text-decoration: none;
}

.icon {
  height: 5vh;
  transform: translate(-0.1vh, 0.2vh);
}
@media only screen and (max-width: 1270px) {
  table {
   width: 90vw;
   margin-left:0%; 
   margin-right:0%;
  }
  .textbox {
    width: 100vw;
    left: 5%;
    transform: translate(-00%);
  }
    .introbox,.contentbox {
    width: 90vw;
    margin-left:0%; 
    margin-right:0%;
   }
  }