body {
  font-family: sans-serif;
  line-height: 2.4em;
  color: #31324C;
  margin: 0;
  background-color: #fafafa;
}

::selection {
  color: #fff;
  background: #21CE71;
}

#grad {
  background-image: linear-gradient(#FF003C, #F058FF, #21CE71, #00FBFF, #004DFF);
  width: 1px;
  height: 100vh;
  float: left;
}

#content {
  width: 31.8vw;
  float: left;
  margin: 10vw 60.2vw 2vw 7.8vw;
}

h1 {
  font-weight: 700;
  font-size: 1.6em;
}

p {
  font-weight: 500;
  font-size: 1.3em;
  /* max-width: 480px; */
  margin: 40px 0;
}

a {
  color: #21CE71;
  text-decoration-thickness: .125em;
  text-underline-offset: .25em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a:hover {
  color: #004DFF;
  text-decoration-thickness: .25em;
  text-underline-offset: .5em;
}


footer {
  color: #CDD0D4;
  padding-bottom: 120px;
}


@media only screen and (max-width: 1440px){



  #content {
    width: 50vw;
    float: left;
    margin: 8vw 42vw 1vw 7.8vw;
  }

}




@media only screen and (max-width: 780px){

  body {
    font-size: 0.8em;
  }

  #content {
    width: 80vw;
    float: left;
    margin: 8vw 12vw 1vw 7.8vw;
  }

  a {
    background-color:#21CE71;
    color: #fff;
    padding: 10px 20px;
    margin-top: 10px;
    border-radius: 10px;
    text-decoration: none;
  }

  a:hover {
    color: #fff;
    background-color:#004DFF;
  }

}
