body {
    background-image: url('../img/1920-by-1080-on-black-bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    color: #fff;
}
.container {
    height: 95vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    font-size: 25px;
}
.footer {
    width: 100%;
    
    text-align: center;
}
.imgThumb {
    /* height: 500px; */
    width: 100%;
}