body {
	background-image: url("/img/web3pioneer.png");
	font-family: 'monospace', sans-serif;
	font-size: 28px;
	color: #ffffff;
}

#container {
	margin: auto;
	max-width: 350px;
}

.title {
	padding-top: 40px;
	font-size: 27px;
	text-align: center;
	font-weight: 700;
	margin: 0;
}

a {
	color: #000000;
	text-decoration: none;
}

#searchInput {
	background-position: 10px 12px;
	background-repeat: no-repeat;
	width: 100%;
	font-size: 16px;
	text-align: center;
	padding: 12px 20px 12px 40px;
	border: 0px solid #D8DEE9;
	border-radius: 15px;
	box-sizing: border-box;
	background-color: #D8DEE9;
	color: #000000;
}

#searchOL {
	list-style-type: none;
	padding: 0;
	margin: 0;
	max-height: 299px;
	overflow: auto;
}

#searchOL li a {
	border: 0px solid #D8DEE9;
	border-radius: 15px;
	margin-top: -1px;
	background-color: #000000;
	padding: 12px;
	text-decoration: none;
	font-size: 16px;
	display: block;
	color: #FFFFFF;
}

#searchOL li a:hover:not(.header) {
	background-color: #ECEFF4;
}

@media only screen and (max-width:640px) {
	#buttons {
		text-align: center;
	}
}

#input {
	text-align: center;
}

::-webkit-scrollbar {
  width: 9px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(155, 155, 155, 0.5);
  border-radius: 10px;
  border: transparent;
}

::placeholder {
  color: #000000;
  font-family: 'monospace';
}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #D8DEE9;
	background-color: rgba(0, 0, 0, 0.4);
	text-align: left;
}

.modal-content {
	background-color: #000000;
	font-size: 15px;
	margin: auto;
	padding: 20px;
	border: 0px solid #D8DEE9;
	width: 35%;
}

.close {
	color: #000000;
	float: right;
	font-size: 16px;
	font-weight: 400;
}

.close:focus, .close:hover {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}