/* GENERAL */

* {
    text-align: center;
}

body {
    background-image: url(../img/bgParchemin.jpg);
    background-size: cover;
}

.container-fluid {
    margin-top: 5px;
}

.player {
    margin-bottom: 30px;
}

h1 {
    font-family: "Jim Nightshade", cursive;
    font-size: 50px !important;
    margin-bottom: 10px !important;
}

h2 {
    font-family: "Walter Turncoat", cursive;
    font-size: 27px !important;
}

h3 {
    font-family: "Jim Nightshade", cursive;
    margin-bottom: 0px;
    margin-top: 30px;
}

p {
    font-size: 18px;
    margin-bottom: 0px !important;
    font-family: "Walter Turncoat", cursive;
}

/* IMAGES SIZES */

.tiny-size {
    width: 12px;
    height: 12px;
}

.small-size {
    width: 20px;
    height: 20px;
}

.medium-size {
    width: 65px;
    height: 65px;
}

/* RULES COMMAND */

#rules {
    margin-bottom: 5px;
    margin-top: 20px;
}

#info-logo {
    margin-top: 3px;
    margin-right: 3px;
}

#rules-hover {
    display: flex;
}

#rules-hover:hover {
    cursor: pointer;
}
