body, html {
	width: 100%;
	height: 100vh;
	background: #fbcbc9 ;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.input {
	width: 500px;
	height: 15px;
	background: #cf1578;
	border: 1px solid #039fbe;
	border-radius: 8px;
	padding: 15px;
	color: white;
	font-family: Roboto;
	transition: .1s;
	cursor: default;
	font-size: 20px;
}

.input:hover {
	box-shadow: 0 0 0 2px #0060DF;
}

.btn-1 {
	width: 90px;
	height: 40px;
	background: #1C1B22;
	border: 1px solid #1C1B22;
	border-radius: 5px;
	color: #B3C1C3;
	font-family: Roboto;
	transition: .1s;
	cursor: default;
	font-size: 18px;
}
.btn-1:hover {
	box-shadow: 0 0 0 2px #0060DF;
	transform: scale(1.05);
}
.btn-1:focus {
	transform: scale(0.95);
}
#srchg
{
	font-size:20px;
}
a, a:hover, a:focus, a:active {
      top:53%;
      right: 28.5%;
      position:absolute;
      text-decoration: none;
      color: #cf1578;
 }