@font-face {
  font-family: "0xNerd";
  src: url("../fonts/0xProtoNerdFont-Regular.ttf") format("truetype");
}

body {
  font-family: "0xNerd";
  place-items: center;
}

.main {
  width: 400px;
  display: flex;
  flex-direction: column;
}

.icon {
  margin: 20px;
  font-family: "0xNerd";
  font-size: 64px;
  text-align: center;
}
