body{
    background-color: #140e14;
    color:  white;
}:link{color:white}:active{color:white}:visited{color:white}:hover{color:white}

#background{
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    top: 0;
    left: 0;
}

.background{
    width: 19.3vw;
    height: 19.3vh;
    object-fit: cover;
    padding: 0 .2vw;
}

.background:hover{
    opacity: .5;
}

.imgText{
    text-align: center;
}
