* {
    box-sizing: border-box;
}

.bg-img {
    background-image: url("../img/paper_1280.jpg");
    background-color: yellow;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.bg-text {
    color: black;
    font-family: cursive;
    font-size: 1.5em;
    font-weight: 900;
}

container > * {
    padding-left: 2em;
    padding-right: 2em;
}
h1 {
    font-family: cursive;
    font-size: 4rem;
    text-align: center;
}

ul {
    list-style-type: none;
}

.foot {
    padding-top: 3rem;
    font-size: 1.5rem;
    text-align: center;
}

.hilite {
    color: red;
    font-size: 1.75em;
    font-weight: 900;
}

/*.rules {
    margin: 0 5em 0em 5em;
}*/
