@import url("https://fonts.googleapis.com/css2?family=Audiowide&family=Bungee+Spice&family=Revalia&display=swap");
#hellobar {
  background-color: #fef3e2;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.hellotext {
  font-family: "Revalia";
  font-size: 50px;
  font-weight: bold;
}
.jobtext {
  font-family: "Audiowide";
  color: rgb(66, 66, 221);
  word-wrap: break-word;
  white-space: normal;
  max-width: 90%;
  text-align: center;
}
.typing-effect {
  white-space: normal;
  overflow: visible;
  display: inline-block;
  border-right: 2px solid black;
  animation: blink 0.5s step-end infinite;
}

/* .pfp {
  margin-right: 5rem;
} */
@keyframes blink {
  50% {
    border-color: transparent;
  }
}
