html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  color: #fff;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

h1 {
  text-align: center !important;
  font-size: 4rem !important;
  margin-block-end: 0.27em;
  margin-top: 0;
  text-shadow: 7px 13px 0 #0c0c0c !important;
  color: #ec7373;
}

h2 {
  font-size: 2rem;
  margin-block-end: 0.07em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bebas Neue", sans-serif;
  text-align: left;
  letter-spacing: 2px;
  text-shadow: 4px 3px 0 #0c0c0c;
  font-size: 250%;
}

p {
  text-align: left;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.15rem;
  text-shadow: 4px 3px 0 #0c0c0c7a;
  line-height: 1.35rem;
}

ul {
  text-align: left;
  font-weight: 600;
  font-size: 1.35rem;
  text-shadow: 4px 3px 0 #0c0c0c7a;
  line-height: 1.75rem;
  letter-spacing: 1.75px;
}

p:last-of-type {
  text-align: center;
  font-size: 0.9rem;
}

p > span {
  font-size: 0.7rem;
}

a {
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  color: #73ec87;
}

label {
  display: block;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  -webkit-padding: 0.4em 0;
  padding: 0.4em;
  margin: 0 0 0.5em 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 2px;
}

input:disabled {
  color: #ccc;
}

button {
  color: #333;
  background-color: #f4f4f4;
  outline: none;
}

button:disabled {
  color: #999;
}

button:not(:disabled):active {
  background-color: #ddd;
}

button:focus {
  border-color: #666;
}

::selection {
  background: purple;
  -webkit-background-clip: text;
  -webkit-text-fill-color: violet;
}
