.art-container {
    max-width: 1920px;
    max-height: 1080px;
    width: 100%;
    height: 100%;
    background-image: url("../assets/images/eyes1920.jpg");
    background-position: center;
    background-size: cover; 
    position: relative;
}

.img-container {
    position: absolute;
}

img {
    width: 100%;
    height: 100%;
}

#img14 {
    width: 120px;
    height: 60px;
    left: 0px;
    top: 0px;
}

#img17 {
    width: 120px;
    height: 60px;
    left: 120px;
    top: 0px;
}



