.text {
    text-align: center;
    color: black;
}

.text1 {
    color: #f09b9b;
    background-color: #f0f7dd;
    font-weight: bolder;
}

.text2 {
    color: #0b0ee0;
    text-align: center;
}
.text3{
    color: #064a62;
    background-color: #b7ff00;
    text-align: center;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border-width: thin 0 0 thin;
    table-layout: auto;
    margin-left: auto;
    margin-right: auto;
    /* Verhindert, dass HTML-Tabellen zu breit werden */
    max-width: 100%;
}
thead{ 
    background-color: #b7ff00;
}
td{
    font-weight: bolder;
    color: aliceblue;
}
table,
th,
td,
caption {
	border: thin solid #a0a0a0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border-width: thin 0 0 thin;
	table-layout: auto;
	margin-left: auto;
	margin-right: auto;
	/* Verhindert, dass HTML-Tabellen zu breit werden */
	max-width: 100%;
}

th,
td {
	font-weight: normal;
	text-align: left;
	color: black;
	background-color: blanchedalmond;
}

th,
caption {
	background-color: #f1f3f4;
	font-weight: 700;
}

th,
td,
caption {
	padding: .4em .6em;
}

caption {
	text-align: center;
	color: darkred;
	border-width: thin thin 0 thin;
}
