@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');


body {
    font-family: 'Roboto', sans-serif;
    width: 1200px;
    margin: 0 auto; /* center the page */
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: auto;
    background-image: url(back.jpg);
    background-repeat:repeat-y;
    background-position:top;
    
    
}
header {
    background-color: #005885;
    color: white;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
}
.content {
    padding: 20px;
    font-weight:400;
    line-height: 1.3;
    background-color: #ffffff;
    border-radius: 10px;
}



.footer {
    background-color: #006699;
    color: white;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    height: 30px;

}


a {
color: white;
font-weight: bold;
text-decoration: none;     
}


a :visited {
    color: white;
    font-weight: bold;
    text-decoration: none;     
    }


.kontakty {
    color: #efeff0;
    font-size:13px;
    width: 100%;
    line-height: 1.3;
    font-style: italic;
    }

.imgloga {
    display: block;
    margin-left: 120px;
    width:40%;
  }


ol {
	list-style: none;
	padding: 0;
}
li + li {
	margin-top: 1rem;
}

li {
	display: flex;
	align-items: left;
	gap: 1rem;
	background: aliceblue;
	padding: 1.5rem;
	border-radius: 1rem;
	width: calc(100% - 3rem);
	box-shadow: 0.25rem 0.25rem 0.75rem rgb(0 0 0 / 0.1);
}

li::before {
	font-size: 3rem;
	font-weight: 700;
	width: 2em;
	height: 2em;
	background: black;
	flex: 0 0 auto;
	border-radius: 50%;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
}

li:nth-child(even) {
    align-items: left;
	background: rgb(250, 230, 230);
	margin-right: -2rem;
	margin-left: 2rem;
}
.wrapper {
	max-width: 1050px;
}