html, body, .container {
    height: 125%;
    width: 100%;
    margin: 0;
}

.block1 {
    height: 35%;
    width: 90%;
    background-color: antiquewhite;
    text-align: center;
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    margin-bottom: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 5px Groove black;
    padding: 20px;
}


.block2 {
    height: 35%;
    width: 90%;
    background-color: rgb(247, 250, 215);
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    margin-bottom: auto;
    padding: 20px;
    text-align: center;
    border: 5px Groove black;
    overflow: hidden
}


.imgP {
    width: 24%; /* Картинка заполняет ячейку */
    height: auto;
    border-radius: 15px;
    margin: 10px;
}


.imgP2 {
    position: relative;
    left: 10px;
    top: 10px;
}


.block3 {
    height: 35%;
    width: 90%;
    background-color: rgb(203, 234, 241);
    text-align: center;
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    margin-bottom: auto;
    display: block;
    justify-content: center;
    align-items: center;
    border: 5px Groove black;
    overflow: hidden;
}


.block4 {
    height: 35%;
    width: 90%;
    background-color: rgb(225, 243, 190);
    text-align: center;
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    margin-bottom: auto;
    display: block;
    justify-content: center;
    align-items: center;
    border: 5px Groove black;
    overflow: hidden;
}


.block5 {
    height: 35%;
    width: 90%;
    background-color: rgb(220, 208, 246);
    text-align: center;
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    margin-bottom: auto;
    display: block;
    justify-content: center;
    align-items: center;
    border: 5px Groove black;
    overflow: hidden;
}


.paddig {
    margin-bottom: 0;
    margin-top: 95%;
    width: 100%;
    height: 22%;
    background-color: black;
}

td {
    padding-left: 20px;
    padding-right: 20px;
}
