*{
    margin:0;
    font-family: Cambria;
}
header, footer{
    background-color: Sienna;
    color: white;
    margin: 5px;
    text-align: center;
}
main{
    background-color: antiquewhite;
    height: 700px;
    font-size: 120%;
    overflow: auto;
}
.kontrolki{
    width: 150px;
    margin: 10px;
}

.buty{
    width: 70%;
    margin: 15px;
    padding: 7px;
    border: 1px solid sienna;
    border-radius: 30px;
    height: auto;
    overflow: hidden;
}
.buty:hover{
    background-color: linen;
}
img{
    float: left;
    margin-right: 30px;
}
h4{
    background-color: sienna;
    color: white;
    text-align: right;
}