.other-books{
    display: flex;
    flex-wrap: wrap;
}


.other-books img{
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    border: 1px solid;
    border-color: black;
}

.contact-top{
    float: right;
}
