*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.container {
  display: grid;
  place-content: center;
  place-items: center;
  height: 100dvh;
}

h1{
    font-size: 2.6rem;
    color: #333;
    text-align: center;
    font-family: "fot-tsukubrdgothic-std", sans-serif;
font-weight: 700;
font-style: normal;
}

p{
font-family: fot-tsukubrdgothic-std, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1.8rem;
    color: #333;
}