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

@font-face {
    font-family: "Mononoki-Bold";
    src: url("mononoki-Bold.ttf");
}

body {
    margin: 5% auto;
    background: #222222;
    color: #8AC697;
    font-family: Mononoki, -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
}

a {
    color: #76F15E;
}

.top_bar{
    display: flex;
    justify-content: space-around;
}

.intro_text{
    
}

.game_title{
    text-align: center;
    font-style: italic;
}
