@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200&display=swap");
body {
  background: #000;
  color: #fff;
  font-size: 20px;
  
}

a {
  color: #fff;
}

responsive {
  max-width: 100px;
  height: auto;
  padding-left: 10px; 
  padding-top: 70px;
}

#block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 2px;
  border-color: white;
  width: 90%;
  max-width: 1000px;
  height: 10%;
}

#messenger {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "inter";
  font-size: 3rem;
  white-space: nowrap;
}
