body{
    background-color: rgb(121, 121, 121);
        display: flex;
        flex-direction: column;
    justify-content: center;
    align-items: center;
}
img{
    width: 250px;
    height: 300px;
}
.kz{
    width: 350px;
    height: 100px;
    border: 1px solid black;
    overflow: auto;
    text-align: center;
    background-color: darkgray;
}
.pl{
    width: 200px;
    height: 100px;
    border: 1px solid black;
    overflow: scroll;
    text-align: center;
    background-color: darkgray;
}
footer{
    background-color: dimgrey;
}