h3 {
    
    display: block;
    text-align: left;
    color: #4871ca;
    background-color: #fff;
    margin: 25px 10px 10px 30px;
    width: 420px;  
    font-size: 1.2em;
    letter-spacing: 0.02em;
    line-height: 1.25em;
}

a {
    text-decoration: none;
    color: #fff;
}

.volver {
    height: 45px;
    width: 100%;
    background: #405e99;
}

.volver p {
    text-transform: uppercase;
    text-align: left;
    font-weight: 700;
    color: white;
    margin: auto;
    background: transparent;
    font-size: 1em;
    height: 100%;
    line-height: 45px;
    letter-spacing: 0.08em;
}

.siguiente {
    position: absolute;
    left: 120px;
    top: 1060px;
    width:100%;
    float: inherit;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.008em;
    width: 200px;
    height: 30px;;
    font-weight: 700;
    background-color: #4871ca;
    color: #fff;
    cursor: pointer;
}