::-webkit-scrollbar {
  display: none;
}

html,
body,
div,
span,
h1,
h2,
h3,
p,
a {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  text-decoration: none;
}

.center {
  margin: auto;
  text-align: center;
  align-content: center;
}

h1 {
  font-family: 'Anders', serif;
  font-size: 10vw;
  font-weight: normal;
}

h3 {
  margin: 12px;
  font-family: 'Anonymous', serif;
  font-size: 3vw;
  font-weight: normal;
}

h4 {
  margin: 6px;
  font-family: 'Anonymous', serif;
  font-size: 2vw;
  font-weight: normal;
}

p {
  font-family: 'Anonymous', serif;
  font-size: 4vw;
  font-weight: 300;
}

a {
  color: black;
}

.padded {
  padding: 18px;
  text-align: left;
}

.underline {
  text-decoration: underline;
}

.company-highlight {
  text-decoration: underline;
  text-decoration-color: #6663FD;
}

@media all and (max-width: 667px), (max-device-width: 667px) {
  h3 {
    font-size: 4.8vw;
  }

  h4 {
    font-size: 3.5vw;
  }

  p {
    font-size: 72px;
  }
}
