html, 
body {
    background-color: #ececec;
    height: 100%;
    user-select: none;
}

#alineador {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

#alineador img {
    max-width: 110px;    
}

#firma {
    position: fixed;
    bottom: 15px;
    right: 15px;
    font-size: 1.1rem;
    font-weight: 800;
    /* font-family: 'Exo 2', sans-serif; */
    font-family: 'Bungee', cursive;
    color: #363636;
}