body {
    background-color: black;
}

@font-face {
    font-family: meleeFont;
    src: url("MeleeFont.otf");
}

h1 {
    font-family: meleeFont;
    color: white;
    display: block;
    margin: auto;
    position: absolute;
    top:35%;
    left:27.5%;
    text-align: center;
    box-sizing: border-box;
    width:45%;
}