body {
    margin: 0;

    font-family: Roboto Mono;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
}





/* CONTAINER */

.container {
    padding-top: 35px;
    width: 100%;
    max-width: 956px;
    margin: 0 auto;
}


/* HEADER */

.bg {
    width: 100%;
}
.header {
}

.title {
    padding-top: 25px ;
    font-family: Roboto Mono;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
}


.text_content {
padding-top: 15px;
font-family: Roboto Mono;
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 32px;

color: #272626;
}

.inner_image {
    padding-top: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.boxs {
    padding-top: 55px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.box {
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    width: 291px;
    height: 270px;
    background: rgba(196, 196, 196, 0.6);
    
}

.box:hover {
    background: rgba(196, 196, 196, 1);
}

.box a {
    text-decoration: none;
    display: block; /* Ссылка как блочный элемент */
    height: 100%; /* Высота на весь слой */
    
}

.box a:link {
    text-decoration: none;
    color: black;
}


.box a:visited {
    color:black;
}



.box  p {

font-family: Roboto Mono;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 24px;
text-align: center;

color: #000000;
 }

.box_bg {
    background-image: url("boxs_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.book_boxs {
    padding-top: 55px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}


.book_box {
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
}

.book_box img {
    width: 90%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.question_answer {
    padding-top: 25px;
}