body {
  background-color:#021518;
  height:100vh;
  width:100vw;
  background-image: linear-gradient(to bottom left, #095F6D,#000000);
}
h1 {
  font-family: "Jersey 10", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10vw;
  color:#043C43;
  text-align: center;
  background-color:#18D7F0;
  border: 1.5vw solid #F018D3;
  border-radius: 20px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}
p {
  font-family: "Jersey 10", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5vw;
  color:#043C43;
  text-align: right;
  background-color:#18D7F0;
  border: 1.5vw solid #F018D3;
  border-radius: 20px;
  margin-top: 1.5vw;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}