* {
    box-sizing:border-box;
}


@font-face {
    font-family: "banner";
    src: url("SankofaDisplay-Regular.ttf");
}

body {
background-color: rgb(0, 0, 0);
margin: 0in;
}

.hello {
  color: white;
  text-align: center;
}
