* {
  margin: 0px;
  padding: 0px;
}
body {
  display: flex;
  flex-direction: column;
  background-color: rgb(30, 35, 44);
  font-family: "Be Vietnam Pro";
  font-weight: 150px;
  color: #ddd;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  gap: 10px;
}
.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
  font-size: 150px;
}
