*,
::after,
::before {
	box-sizing: border-box
}

.overlay {
	height: 90%;
	width: 90%;
	position: fixed;
	z-index: 1;
	background-color: rgba(0, 0, 0, .9);
	top: 5%;
	left: 5%;
	overflow: hidden
}

.overlay-content {
	position: relative;
	top: 10%;
	width: 100%;
	text-align: center;
	margin-top: 10%;
	margin-left: auto;
	font-size: larger
}

.overlay .closebtn {
	position: absolute;
	top: 0%;
	right: 0%;
	font-size: 100px;
	cursor: pointer;
	color: red
}

input {
	font-size: 20px;
	color: #00008b;
	text-align: center
}
.searche {
	font-size:30px;
	color: red;
	cursor:pointer;
	background: transparent;
	position: fixed; bottom:
	50%;right: 1%;
	}
