@font-face {
    font-family: EvilEmpire;
    src: url("../fonts/EvilEmpire.otf");
}

.pong {
    background-color: black;

    font-family: "EvilEmpire";

    color: white;

    text-align: center;

    border: solid white 2px;
}

.pong > hr {
    width: 99%;
    
    border: solid white 1px;
}