@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@700&display=swap");

:root,
body {
  background-color: black;
  color: white;
  font-family: Inter;
  font-weight: 400;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-align: center;
}

h1 {
  font-weight: 700;
  letter-spacing: -1.5px;
  margin: 0;
  font-size: 2.5rem;
}

p {
  font-weight: 400;
  letter-spacing: -0.5px;
  margin: 0;
  margin-top: 0.2rem;
  max-width: 55ch;
  color: #e0e0e0;
}

a {
  color: #ff4040;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  padding: 0 4rem;
}

.contact {
  margin: 2rem 0 0 0;
}

span.line {
  display: inline-block;
}
