* {
  background-color: slategray;
}

body {
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
}

.main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 50%;
  padding: 100px;
  font-size: 100px;
  margin:auto;
}

.main h1 {
    padding: auto;
}

.main p {
    display: block;
    color: wheat;
    font-size: 75px;
    
}
