.popup{
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8); 
	z-index: 10000;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	
	}
		
	.popup img{
	width: 25%;
	height: auto;
	border-radius: 15px;
	}
		
		
	.popup button{
	width: 15%;
	height: 45px;
	font-size: 120%;
	margin-top: 2.5%;
	font-weight: bold;
	}
		
	@media only screen and (max-width: 414px) {
		
	.popup img{
	width: 60%;
	
	}	
	
	.popup button{
	width: 45%;
	margin-top: 10%;
		
	}
	}