html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #5e0e0e;
    color: white;
    font-family: Arial, sans-serif;
}

.centered-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    text-align: center;
}

.text-group {
    display: flex;
    flex-direction: column;
    gap: 1em; /* Optional: spacing between lines */
}

h1, p {
  margin:0;
  padding:0;
  font-family: 'Ponomar';
}

h1 {
  font-size:15vw;
}

p {
  font-size:2vw;
}
