body {

	display: flex;
	align-items: center;
	border: 1px solid black;
	border-radius: 16px;
	flex-direction: column;
	justify-content: center;
	width: 625px;
	box-shadow: 5px 5px 15px 5px #000000;

}

html {

    	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;

}



.liste {

	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	text-decoration: none;
	padding-left: 0px;
	list-style: none;

}


.lernfeld {
	
	text-decoration: none;
	border: 1px solid red;
    	padding: 3px;
	border-radius: 16px;
	margin: 5px;
}

.lernfeld:hover {

	background-color:#EB5E5E;
	

}

a {


        text-decoration: none;
        color: black;
}


h1 {

	border-bottom: 5px solid black;

}

h2 {

	border-bottom: 3px solid black;

}

.footer {
        margin-top: 20px;
        margin-bottom: 20px;
        padding-top: 10px;
        border-top: 1px solid #ccc; 
        width: 80%;
        text-align: center;
}

.impressum-link {
        font-size: 0.9em;
        color: #555;
        text-decoration: none;
}

.impressum-link:hover {
        text-decoration: underline;
        color: black;
}

.container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 625px;
        border: 1px solid black;
        border-radius: 16px;
        box-shadow: 5px 5px 15px 5px #000000;
        padding: 30px;
        box-sizing: border-box;
        background-color: white;
}
