@import url('https://fonts.googleapis.com/css2?family=Bitcount+Prop+Double:wght@100..900&family=Orbitron:wght@400..900&display=swap');
body {
  background-color: #4A4F52;
  font-family: "Orbitron", sans-serif;
  font-weight: 400;
  display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
 }

h1 {
  color: #1fde21;
  background-color: black;
  font-family: "Bitcount Prop Double", system-ui;
  font-size: 48px;
  text-align: center
}
.avatar {
 height: 300px;
 width: 225px;
}
