.centered {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  padding: 10px;
}
.centered > h1 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
}
.centered > p {
  font-weight: 400;
}