.under-construction-wrap{
  
  width:100vw;
  height:90vh;
  background-image:url('randy-rooibaatjie-el5tvhXcpAw-unsplash.jpg');
  
  display:flex;
  justify-content: center;
  align-items:center;
  flex-direction:column;

}
.black-cover{
  width:100%;
  height:100%;
  position:absolute;
  top:0;left:0;
  background-color:rgb(0, 0, 0);
  opacity:0.9;
  z-index:2;
}
.under-construction-wrap p{
  color:rgb(227, 227, 227);
  font-family:'Roboto', sans-serif;
  font-size:2.5em;
  z-index:10;
  text-align: center;
}
.under-construction-wrap img{
  width:100px;
 
  z-index:10;
  
}
.under-construction-wrap img:hover{
 cursor:pointer;
}