/* Kommentar: STyle für Webseite */
body {

color: rgb(220, 220, 220);

background-color: #000000;

font-family: Arial;

}
/* Styles für Links */
a:link {
  color: #ffcc00;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #ffcc00;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #ffcc00;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #ffcc00;
  background-color: transparent;
  text-decoration: none;
}

h1 {
	font-size: 2vw
}

h2 {
	font-size: 4vw
}

h3 {
	font-size: 1px
}

/* Definierung von Klassen */
.centerImage {
display: block;
margin: auto;
}

.flex-image-container{
display: flex;
height: 300px;
justify-content: center;
align-items: center;
}

.mitteltext {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
	text-align: left;
}
