* {
  font-family: monospace;
}

h1 {
  margin: 0;
  padding: 32px;
  font-size: 72px;
}

p {
  font-size: 24px;
}

.main-container {
  width: 100%;
  height: 100vh;
  background-color: rgb(231, 231, 231);
}

.main {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.title {
}

.caption {
}
