body {
}

#window-port {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.info-text {
	width: 55%;
	font-family: serif;
	font-size: 1.7em;
	line-height: 1.4em;
	text-align: center;
}

.fit-picture {
    width: 30em;
/*    width: 30em;
    height: 30em; */
    border-radius: 3px;
}

.timetable {
	font-family:monospace;
}

table {
	border-collapse: collapse;
	border:2px solid #dd1100;
}

th {
	width: 13em;
	height: 2em;
	border: double;
}

tr {
	height:3em;
}

tr:nth-child(2){
	color: #ffffff;
	font-style:italic;
	background-color:#dd1100;
	height: 4em;
	text-align: center;
}

th:nth-child(1) {
	width: 6em;
}

td:nth-child(1){
	font-style: italic;
	text-align: center;

}
