.container{
    text-align: center;
}

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

.background{
    background-color: #e0d7fa;
    font-family: "Gill Sans Ultra Bold", serif;
}

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

#title{
    font-size: 30px;
}

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

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


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

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

body.background {
    background-image: url("../Pictures/1.png");
    color: #71558d;
    margin-top: 60px;
}

#card-title {
    text-align: center;
    font-size: 36px;
    /*margin: 30px 0;*/
    margin-top: 60px;
    color: #ffffff;
    text-shadow: 3px 3px 8px rgba(255, 255, 255, 0.5);
}

/* Card styling */
.card {
    background: rgb(146, 109, 183);
    border: 1px solid #6b1f87;
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
    margin: 20px;
}

.card-body {
    text-align: center;
    padding: 20px;
}

.card-title {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 15px;
    text-shadow: 2px 2px 5px rgba(196, 179, 179, 0.6);
}

.card-text {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 20px;
}

audio {
    width: 100%;
    outline: none;
}

.card:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0px 8px 16px rgba(255, 255, 255, 0.3);
}


    .card-title {
        font-size: 18px;
    }

/*
C1CAD6 - French Gray
D4ADCF - Pink Lavender
856084 - Chinese Violet
B1A1B4 - Rose Quartz
DDE1E4 - Platinum
5a189a
d4d0d9
*/