.underlayer{
    width: 100vw;
    height: 105vh;
    position: absolute;
    background: #000000c7;
    z-index: 5;
}
.item{position:absolute}

.container h2{
	margin-bottom: 20px;
    color:white

}
.hidden{
    background: linear-gradient(45deg, #a77435, #a10d58)!important;}
.clickme{    
    color: #c1c1c1;
    position: relative;
    top: 17%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-transform: uppercase;
	font-size: 18px;
    font-family: Arial;
}
.clickme img{
    min-width: 50px;
    width: 70px;
}
.clickme p{
}

.capt-element{
background-size:cover!important}
		.puzzle{
			width: 100%;
			height: 100%;
			overflow-x: hidden;
			margin: 0;
            position: absolute;
            z-index: 9999;
		}
    	.capt-container,
		.border-container {
			height: 100%;
            width: 100%;
            width: 370px;
            height: 560px;
			display: grid;
			grid-gap: 5px;
   			grid-template-rows: 33.3% 33.3% 33.3%;
    		grid-template-columns: 33.3% 33.3% 33.3%;
		}

		.border-container,
		.capt-container {
            z-index: 1;
		}
.container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.proceed{
	z-index: 2;
    color: white;
    text-align: center;
	font-size:1.8em
}