body {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
    background: url("./img/forest-autumn.jpg");
    background-size: cover;
    position: relative;
}
.btn {
    width: 280px;
    height: 50px;
    background-color: rgb(202, 207, 211);
    border-radius: 15px;
    font-weight: 700;
    font-size: large;
    border: none;
    
}
.title {
    width: 500px;
    height: 40px;
    background-color: rgb(202, 207, 211);
    margin: 15px auto;
    padding: 15px;
    border-radius: 30px;
}
h1,
h2 {
    margin: 0;
    color: #a30303;
}
.new_game {
    color: #ff0303;
}
.subtitle {
    width: 400px;
    height: 30px;
    background-color: rgb(202, 207, 211);
    margin: 20px auto;
    padding: 15px;
    border-radius: 30px;
}
.newgame {
    width: 250px;
    height: 30px;
    background-color: rgb(202, 207, 211);
    margin: 20px auto;
    padding: 15px;
    border-radius: 30px;
    cursor: pointer;
}

.hare {
    width: 20%;
    position: absolute;
    left: 0;
    bottom: 50px;
}
.basket {
    width: 300px;
    height: 300px;
    display: none;
}
.basket.left {
    position: absolute;
    left: 10%;
    bottom: 0;
}
#board {
    width: 540px;
    height: 540px;
    background: url(./img/images\ \(2\).jpg);
    background-size: cover;
    border-radius: 50px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
#board div {
    width: 133px;
    height: 133px;
    /* border: 1px solid red; */
}
#board div img {
    width: 100px;
    height: 100px;
    margin-top: 15px;
    margin-left: 15px;

    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.baba-yaga {
    width: 20%;
    position: absolute;
    bottom: 0;
    right: 0;
}
/* @media (max-width: 1550px) {
    .baba-yaga {
     position: absolute;
     right: -100px;
    }
}
@media (max-width: 1240px) {
    .baba-yaga {
     position: absolute;
     right: -170px;
    }
    .hare {
        left: -100px;
    }
} */
@media (max-width: 930px) {
    .baba-yaga {
     display: none;
    }
    .hare {
        display: none;
    }
}
.basket.right {
    position: absolute;
    bottom: 0;
    right: 10%;
}
.footer {
    width: 100%;
    height: 60px;
    background: rgba(36, 36, 36, 0.5);
    margin-bottom: 0;
    padding-top: 20px;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
}
.footer__wrapper-bottom {
    display: flex;
    width: 100%;
    height: 20px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 20px;
    justify-content: space-between;
}
.footer-bottom-text {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 2px;
    text-decoration: none;
}
.footer-bottom-text-center {
    margin-left: 63px;
}
.footer-bottom-text:hover,
.footer-left-text:hover {
    color: #fdfcfc;
    text-decoration: underline;
    cursor: pointer;
    transition: 0.7s;
}
.footer-bottom-text-right {
    margin-right: 20px;
}
.year {
    color: #ffffff;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 2px;
    margin-left: 20px;
}

.pop_ap {
    width: 100%;
    height: 100vh;
    background-color: rgba(9, 46, 9, 0.884);
    display: flex;
    flex-direction: column;
    align-items: center;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
}
.newgame1 {
    width: 250px;
    height: 30px;
    background-color: rgb(202, 207, 211);
    margin: 100px 0 ;
    padding: 15px;
    border-radius: 30px;
    cursor: pointer;
}
.table {
    width: 350px;
    height: 440px;
    background-color: aliceblue;
}
table, table td, table th {
    border: 1px solid rgb(82, 82, 82);
}
th {
    width: 160px;
    height: 40px;

}
.ul {
    list-style-type: none;
}





