.searchBlock{
			position:absolute;
			top:40px;
			right:25px;
			border-radius:20px;
			overflow:hidden;
			height:40px;
			display:flex;
			justify-content: space-between;
			background-color:white;
			width:20vw;
		}
		.searchBlock>#webSearch{
			display:block;
			height:35px;
			width:13vw;
			outline:none;
			background-color:white;
			margin-left:20px;
			border:none;
		}
		.searchBlock>#searchButton {
			width:65px;
			height:40px;
			color:white;
			background-color:#de252b;
			outline:none;
			text-align:center;
		}