  body {
    background: linear-gradient(90deg, hsla(192, 80%, 51%, 1) 0%, hsla(355, 85%, 63%, 1) 100%);
  }

  img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  div {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
  }

  h1 {
    text-align: center;
    color: white;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: calc(4vw + 1em);
  }
  
  h4 {
    text-align: center;
    color: white;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: calc(2vw + 1em);
  }

  p {
  	text-align: center;
    color: white;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    font-size: calc(0.75vw + 1em);
  }

  a {
  	color: white;
  }