body {
    background-image: url("../Pictures/1.png");
    background-color: #2d245d;
    font-family: "Gill Sans Ultra Bold", serif;
    text-align: center;
    color: #fefae0;
}

.navbar{
    background-color: #976fbe;
}

.card{
    margin-top: 50px;
    color: #976fbe;
    background-color: #e0d7fa;
}

#space{
    margin: 100px;
}

#start-game{
    margin-top: 10px;
    background-color: #976fbe;
    color: #fefae0;
}

#title{
    font-size: 30px;
}

#c4-rule{
    margin-top: 100px;
}

ul{
    text-align: center;
    list-style-position: inside;
}

.rule-tag{
    text-decoration-line: underline;
}




.h1 {
color: #f5f5f5;
}

.h2 {
    font-size: 28px;
    color: #311350;
}


a {
    color: rgb(120, 79, 161);
    text-decoration: none;
    font-size: 18px;
    transition: color 0.3s ease;
}

a:hover {
    color: #5e2993;
    text-decoration: underline;
}

iframe {
    border: 2px solid #444;
    border-radius: 10px;
    display: block;
    margin: 0 auto 20px;
    box-shadow: 0px 4px 6px rgb(49, 19, 80);
}

#htmlCard{
    margin-bottom: 30px;
}

#cards{
    margin-left: 150px;
}

