body {
    background-image: url('../img/ita-1920x1080.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #333;
}
.container {
    height: 95vh;
    width: 100%;
    /* padding-top: 110px; */
    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%;
}