html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  color: #fff;
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  -webkit-animation: Gradient 15s ease infinite;
  -moz-animation: Gradient 15s ease infinite;
  animation: Gradient 15s ease infinite;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.wrap {
  max-width: 600px;
}

.wrap h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.wrap h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
}

.wrap p {
  font-size: 18px;
  line-height: 1.4;
}

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