@font-face {
	font-family: 'roboto-slab';
	src: url('../fonts/RobotoSlab-Regular.ttf');
}

body {
	margin: 0;
	padding: 0;
	font-family: roboto-slab, serif;
}

.container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: start;
	height: 430px;
	box-sizing: border-box;
	padding-top: 10px;
}

.y_icon {
	width: 200px;
	text-align: center;
	margin-bottom: 15px;
}

.liste_cerceve {
	text-align: center;
}

.liste li {
	font-size: 16px;
	font-weight: bold;
	color: #182958;
	white-space: nowrap;
	list-style: none;
	line-height: 21px;
}