h3 {
    font-size: 3em;
    width: 100%;
    text-transform: uppercase;
    margin-top: 2%;
    color:#a85bff;
    text-align: center;
  }
  @media screen and (max-width: 800px), screen and (max-device-width: 800px), screen and (max-width: 800px) {
    h3 {
      font-size: 2em;
      margin-top: 4%;;
    }
  }