*{
    padding: 0;
    margin: 0;
}

.description{
    width: 500px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

h1{
    margin: 10px 0;
}

.desk_rul{
    background-color: rgb(8, 39, 161);
    padding: 8px;
    font-size: 24px;
    color: white;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    margin: 15px 0 0 0;
    cursor: pointer;
}

.ruls{
    background-color: rgb(149, 203, 185);
    text-align: left;
    padding: 10px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    font-size: 20px;
    display: none;
}

.img{
    display: flex;
    justify-content: center;
}

.img img{
    width: 450px;
    box-shadow: 0 0 15px black;
    margin: 15px;
}

.answer{
    display: flex;
    justify-content: center;
}

#input1{
    font-size: 35px;
    padding: 10px;
    border: none;
    border-bottom: 1px solid black;
}

#btn{
    font-size: 35px;
    padding: 10px;
    background-color: rgb(8, 39, 161);
}

.taskProgress{
    position: fixed;
    top: 250px;
    left: 20px;
}

.timerProgres{
    position: fixed;
    top: 20px;
    left: 20px;
}

.next{
    position: fixed;
    top: 200px;
    left: 50%;
    background-color: brown;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    text-align: center;
    line-height: 250px;
    text-shadow: 0 0 5px black;
    color: white;
    font-size: 30px;
    box-shadow: 0 0 5px black;
    display: none;
}


#picture{
    margin: 40px 0;
    border-radius: 10px;
    background-color: rgb(49, 49, 255);
}


.buton{
    background-color: blue;
    height: 80px;
    width: 150px;
    border-radius: 15px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 35px;
    box-shadow: 0 0 5px black;
    text-shadow: 0 0 5px black;
    margin: 20px 0;
    cursor: pointer;
}