body {
  margin: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  gap: 30px;
  padding: 50px;
}

h1 {
  margin: 0;
  font-family: 'Abhaya Libre', serif;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1;
  font-weight: bold;
  color: #ec2431;
}