body {
  background-color: white;
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden; }

.container-xl {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding: 0 10px;
  display: grid;
  justify-items: center; }

.container-m {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  padding: 0 10px; }

.spacer-xl {
  height: 160px; }

.spacer-l {
  height: 80px; }

.spacer-m {
  height: 40px; }

.title, h1, h2, p, b {
  color: #000000; }

.cover {
  height: 100vh; }

.cover__inner-container {
  height: 100%; }

div[class*="grid-"] {
  display: grid; }

.grid-1 {
  grid-template-columns: 1fr;
  justify-content: center;
  align-content: center; }

.title {
  font-size: 120px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
  color: #dd2a1b; }
  @media only screen and (max-width: 1000px) {
    .title {
      font-size: 80px; } }
  @media only screen and (max-width: 800px) {
    .title {
      font-size: 60px; } }
  @media only screen and (max-width: 450px) {
    .title {
      font-size: 40px; } }

h1, h2 {
  font-size: 32px;
  font-weight: normal;
  font-style: italic;
  font-family: serif; }

p {
  font-family: sans-serif;
  font-size: 22px;
  font-weight: 100;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-bottom: 20px; }

b {
  font-weight: bold; }

a {
  color: #dd2a1b; }
  a:hover {
    color: #f66d4b; }

.logo {
  text-align: center; }
  .logo img {
    max-width: 600px;
    animation: animateLogo 1s ease 0s 1 normal forwards; }

@keyframes animateLogo {
  0% {
    opacity: 0;
    transform: scale(1.4); }
  100% {
    opacity: 1;
    transform: scale(1); } }
.info {
  display: grid;
  place-items: center; }
  .info .typing {
    width: 28ch;
    animation: typing 4s steps(28), blink 0.5s step-end infinite alternate;
    white-space: nowrap;
    overflow: hidden;
    border-right: 3px solid;
    font-family: monospace;
    font-size: 2em; }
    @media only screen and (max-width: 600px) {
      .info .typing {
        font-size: 1.5em; } }
@keyframes typing {
  from {
    width: 0; } }
@keyframes blink {
  50% {
    border-color: transparent; } }
img {
  max-width: 100%;
  width: 100%;
  height: auto; }

hr {
  border-top: 2px dashed #000000; }

html {
  scroll-behavior: smooth; }

#top {
  display: grid;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  opacity: 1;
  border-radius: 11px;
  height: 64px;
  width: 64px;
  background-color: #dd2a1b; }
  #top:hover {
    background-color: #f66d4b; }
  #top a {
    align-self: center;
    justify-self: center;
    cursor: pointer;
    padding: 17px 24px;
    font-size: 30px;
    line-height: 30px;
    color: #ffffff;
    text-decoration: none; }

/*# sourceMappingURL=style.css.map */
