body {
  background-color: #2c2c2c;
  color: white;
}

h1 {
  font-size: 2.5rem;
  font-family: "Ubuntu";
  font-weight: bold;
  color: orange;
  white-space: nowrap;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
}

#eccpt {
  width: 100%;
  height: auto;
  max-width: 5.5vw;
}

#crto {
  width: 100%;
  height: auto;
  max-width: 5vw;
}
.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.avatar {
  border-radius: 50%;
  width: 100%;
  height: auto;
  max-width: 15vw;
}

.typed-out {
  display: inline-block;
}

.typed-out-text {
  overflow: hidden;
  border-right: 0.1em solid orange;
  white-space: nowrap;
  font-family: monospace;
  font-size: 1.5rem;
  animation: typing 2.1s steps(29, end) forwards;
}

.link {
  font-size: 2.5rem;
  color: inherit;
  margin: 0px 2px 0px 0px;
  transition: 0.2s;
}

.link:hover {
  color: orange;
}

@keyframes typing {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  body {
    text-align: center;
  }

  h1 {
    font-size: 2.5rem;
  }

  #eccpt {
    max-width: 15vw;
  }

  #crto {
    max-width: 12vw;
  }

  .typed-out-text {
    font-size: 1.2rem;
  }

  .link {
    font-size: 2rem;
  }

  .avatar {
    margin-bottom: 10px;
    max-width: 42vw;
  }
}
