
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

#mensaje {
    -webkit-animation-duration: 2s;
}


.pibe { height: 81px;}