body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;    
    background-color: #000;
    color: #fff;
    font-family: sans-serif;
}

#pasta {
    height: 100vh;
}