body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: black;
    color: lime;
}

#forms {
    display: none;
    flex-direction: column;
    align-items: center;
}

#images {
    display: none;
}