

@font-face {
    font-family: 'ace';
    font-style: bold;
    font-weight: 400;
    src: url('../fonts/BrunoAceSC-Regular.ttf');
}


body {
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    /* color: white; */
    /* font-family: "ace", cursive; */
}

h1 {
    text-align: center;
    font-size: xx-large;
    font-family: "ace", cursive;
}

h2 {
    font-family: "ace", cursive;
}
