 #home {
      
    border-radius: 25px;
}
  #grey{
	  background:#f4f4f4;
  }
  #orange{
	  background:#ef7622;
	  opacity:1;
  }
   #orange:hover{
	  background:#ef7622;
	  opacity:0.8;
  }

   #cyan{
	  background:#178792;
	   opacity:1;
  }
   #cyan:hover{
	  background:#178792;
	   opacity:0.8;
  }

     #green{
	  background:#87c654;
	   opacity:1;
  }
   #green:hover{
	  background:#87c654;
	   opacity:0.8;
  }

   #pink{
	  background:#bd4262;
	   opacity:1;
  }
   #pink:hover{
	  background:#bd4262;
	   opacity:0.8;
  }
 
   #rose{
	  background:#b71e45;
	   opacity:1;
  }
   #rose:hover{
	  background:#b71e45;
	   opacity:0.8;
  }
 
   #purple{
	  background:#641d49;
	   opacity:1;
  }
   #purple:hover{
	  background:#641d49;
	   opacity:0.8;
  }
  #text{
	  position:absolute;
	  top:80%;
	  background:	
rgba(255,255,255,0.5);
width:100%;
height:115px;
color:rgb(0,0,0);
font-size:30px;
  }
 img{
	 width:500px;
	 height:500px;
 }