.title {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    color: darkorange;
}

.title2 {
    text-align: center;
    color: black;
}


body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: lightblue;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    margin: 0;
    position: relative;

}

.rules-list {
    text-align: center;
    font-size: 25px;
}


.dif-list {
    position: absolute;
    right: 125px;
    top: 45%;
    font-size: 40px;

}

/* .btn1 {
    display: inline-block;
    font-size: 25px;
    background-color: darkblue;
    color: lightblue;
    border-radius: 20px;
    margin: 10px auto;
    margin: 10px;
    padding: 10px 20px;
    text-decoration: none;
    max-width: 200px;

} */


.btn1 {
    text-align: center;
    display: block;
    font-size: 25px;
    background-color: darkorange;
    color: white;
    border-radius: 20px;
    margin: 10px auto; /* Centers the button */
    padding: 10px 20px;
    text-decoration: none;
    max-width: 200px; /* Optional: Set a max width */
}


.button-container {
    margin-bottom: 60px;
}

.mouse-img {
    display: block;
    margin-left: auto;
    margin-right: auto;


}

.easy {
    background-color: #9AABEB;

}

.normal {
    background-color: #FF7A00;
}

.hard {
    background-color: #EF2121;
}

    
