body {
  background-color: #bae6fd;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
}

.app-icon {
  width: 100px;
  height: 100px;
  display: inline-block;
}

h1 {
  font-size: 2rem;
  font-weight: bold;
  margin: 21px 0;
}

p {
  font-size: 1.2rem;
}
