.avatar {
	width: 350px;
	height: 280px;
	border-radius: 0;
	margin-top: 40px;
}
h1 {
	line-height: 1.5em;
}

a.soon {
	opacity: 30%;
}

#typing-effect {
  white-space: nowrap;
  border-right: 2px solid;
  /*width: fit-content;*/
  animation: blink-cursor 0.7s step-end infinite;
}

@keyframes blink-cursor {
  50% {
    border-color: transparent;
  }
}

