.container {
	text-align: center;
	width: 700px;
	margin: 0 auto;
}

.ui-widget {
	font-size: 2em;
}

#shopNum {
	width: 80%;
	height: 50px;
	box-sizing: border-box;
	border: 2px solid #ccc;
	border-radius: 4px;
	background-color: white;
	background-image: url('searchicon.png');
	background-position: 10px 12px; 
	background-repeat: no-repeat;
	padding: 12px 20px 12px 40px;
}

.konzum {
	color: red;
	font-size: 4em;
	font-family: Arial, sans-serif;
	font-weight: 900;
}

.konzum::first-letter {
	color: green;
}

.back-button {
	background-color: white;
	color: black;
	border: 2px solid green;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 2em;
}

.back-button:hover, .back-button:active {
	background-color: green;
	color: white;
}