body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}


.background {  position: relative;
    width: 100%;
    height: 100%;
       background-color: #CCC4C1}
.background-image {
    position: relative;
    width: 100%;
    height: 100%;
       background-color: #CCC4C1
}
.background-image a {border: 1px black solid;}
.background-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}

