@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@500&display=swap');

* {
	box-sizing: border-box;
}

body {
	background-color: #002349;
  	color: #957C3D;
	font-family: 'Ubuntu', sans-serif;
}

.center-felso {
	max-width: 100%;
	width: 1000px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.abc {
	width: 100%;
	display:flex;
	flex-wrap: wrap;	
	justify-content: center;
	align-items: normal;
	margin-bottom: 30px;
}

h1 {
	font-size: 42px;
	font-weight: bold;
	color: #d2bdff;
	text-shadow: 4px 4px 5px rgba(65, 1, 93, 1);
}

a {
	text-decoration: none;
	color: #f5f5f5; /*#0a2b00*/
	transition: text-shadow 0.3s ease;
}

a:visited {
	text-decoration: none;
	color: #f5f5f5; /*#0a2b00*/
}

a:hover {
	text-decoration: none;
  	text-shadow: 5px 4px 5px #d2bdff;
}

.a, .b, .c, .d, .e, .f, .g, .h, .i, .j, .k, .l, .m, .n, .o, .p, .q, .r, .s, .t, .u, .v, .x, .y, .z {
	padding: 8px 8px;
	font-size: 24px;
}


