body {
    background: url(nincorpback.webp);
    background-repeat: no-repeat;
    height: auto;
    width: auto;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;

    font-family: 'Papyrus', monospace;
}


h1 {
    font-weight: lighter;
    text-align: center;
    font-size: 60px;
    color: red;
}


p {
    text-align: center;
    color: red;
    font-size: 18px;
}

.about {
    font-size: 25px;
    text-align: justify;
}

.game-info {
    font-size: 18px;
}

