#box_1 {
    width: 200px;
    height: 200px;
    background-color:#ee3e64;
}
#box_2 {
    position: absolute;
    left:100px;
    width: 200px;
    height: 200px;
    background: #44accf;
}
/* ---------- Botones ---------------- */
.next {
    border-radius: 200px 200px 200px 200px;
    border: 5px rgb(232,78,26) solid;
    margin-left: 50%;
    text-decoration: none;
    color: white;
    font-family: sans-serif;
    font-size: 20px;
    background-color: rgb(232,78,26);
    box-shadow: 2px 2px 2px black;
}
.next:hover{
    background-color: darkred;
    border: 5px darkred solid;
}