.paragraph {
  position: relative;
  font-weight: 100;
/*  font-size: 0.86em;*/
  font-size: 1.5em;
/*  font-size: 4em;*/
/*  font: normal 16px/1.9em "Inter", "Source Sans Pro","Helvetica Neue", Arial, sans-serif;*/
  font-family:"Oswald", Arial, sans-serif;
  font-weight: 300;
/*  text-transform: uppercase;*/
  letter-spacing: 5.5px;
  color:#cccccc;
}

.paragraph .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.paragraph .letter {
  transform-origin: 50% 100%;
  display: inline-block;
  line-height: 1em;
/*  font: normal 16px/1.9em "Inter", "Source Sans Pro","Helvetica Neue", Arial, sans-serif;*/
}

.paragraph2 {
  position: relative;
  font-weight: 100;
/*  font-size: 0.86em;*/
  font-size: 2.5em;
/*  font-size: 4em;*/
/*  font: normal 16px/1.9em "Inter", "Source Sans Pro","Helvetica Neue", Arial, sans-serif;*/
  font-family:"Oswald", Arial, sans-serif;
  font-weight: 300;
/*  text-transform: uppercase;*/
  letter-spacing: 5.5px;
  color:#cccccc;
}

.paragraph2 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.paragraph2 .letter {
  transform-origin: 50% 100%;
  display: inline-block;
  line-height: 1em;
/*  font: normal 16px/1.9em "Inter", "Source Sans Pro","Helvetica Neue", Arial, sans-serif;*/
}

.hl1 {
    color:#00ffff;
}

.hl2 {
    color:#ff0099;
}

.hl3 {
    color:#ff0000;
}

.welcome{
    font-family: "Barlow", Sans-serif;
    color:#ffffff;
    font-size:50px;
}

@media screen and (max-width: 800px) {
    .paragraph {
      font-size: 1.1em;
      letter-spacing: 0.1em;
    }
}
