.title {
    text-align: center;
}

.buttons {
    text-decoration: none;
    display: block;
    font-size: 25px;
    background-color: #d9689d;
    color: black;
    border-radius:10px ;
    margin: 10px auto;
    max-width: 250px;
    text-align: center;
    padding: 20px 30px;
}

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

body{
 background-color: rgb(163, 192, 225);   
 display: flex;
 flex-direction: column;
 justify-content: space-between;

}

.easy{
    background-color: #d9689d;
}

.normal{
    background-color: #d771a0;
}

.hard{
    background-color: #da7aa6;
}

.dif_list{
    max-width: 150px;
    font-size: 30px;
    position: absolute;
    left: 110px; 
    top: 10%;
    

}

.img{
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}