body {
    background-color: black;
    color: black;
}

.header {
    background-image: url("Background.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 658px;
    width: 100vw;
}

.rules {
    color: white;
}

@media screen and (max-width: 992px) {
    body {
        font-size: x-large;
    }

    .whyareyoureadingmycode {
        display: flex;
        flex-direction: column !important;
    }
}

.whyareyoureadingmycode {
    display: flex;
    flex-direction: row;
}

.board {
    width: 100%;
}

.board img {
    background: radial-gradient(at center, #999 0%, #1F1F1F 56%, #000 63%);
    width: 100%;
}
