html,
body {
    height: 100%;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#home,
footer {
    width: 100%;
}

.img-fluid {
    width: 390px;
}