body {

    background-color: #f9f9f9;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
}

h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 55px;
  letter-spacing: -4px;
  line-height: 116%;
  margin-top: 0;
}

p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 115%;
  margin-bottom: 2rem;
}

.container {
    display: flex;
    text-align: center;
    max-width: 900px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 10rem;
}