* {
  font-family: "Source Code Pro", "Courier New", Courier, monospace;
  font-optical-sizing: auto;
  font-style: normal;
  margin: 0;
  padding: 0;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

body {
  background: hsla(197, 100%, 63%, 1);
  background: linear-gradient(
    45deg,
    hsla(197, 100%, 63%, 1) 0%,
    hsla(294, 100%, 55%, 1) 100%
  );
  background: -moz-linear-gradient(
    45deg,
    hsla(197, 100%, 63%, 1) 0%,
    hsla(294, 100%, 55%, 1) 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    hsla(197, 100%, 63%, 1) 0%,
    hsla(294, 100%, 55%, 1) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#40C9FF", endColorstr="#E81CFF", GradientType=1 );
  height: 100vh;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

div {
  display: flex;
  flex-direction: column;
  align-items: start;
}

h1 {
  font-size: 8vw;
  font-weight: 600;
}

p {
  font-size: 4vw;
  line-height: 1.6;
}
