@font-face {
  font-family: "customFont";
  src: url("expanse.ttf") format("truetype");
  }
body{
  background-color: black;
  font-size: 48px;
  text-shadow: 5px 5px 5px #00590f;
  color: #00ff2a;
  padding: 5%;
  line-height: 1.5;
  }
.core{
  font-family: "customFont", times
  }