* {
    box-sizing: border-box;
}

.capalivro1 {
    width: 250px;
    height: 300px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.capalivro1:hover {
    transform: scale(1.1);
    margin-bottom: 15px;
}

.embloco {
    display: inline-block;
}

.escolhelivros {
    text-decoration: none;
}

img,
button {
    cursor: pointer;
}

@media only screen and (max-width: 410px) {}