.whats-new-search-button{
	background-image: url("/assets/bg_search.png");
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 0px;
	height: 100%;
}
.whats-new-search-button:hover{
	background-image: url("/assets/bg_search.png");
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 0px;
};
.whats-new-search-box{
	font-size: 30px;
	width: 40%;
}
.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}