
body {
font-family: 'Sedgwick Ave', cursive;
color: white; /* Schriftfarbe */
}

background {
	background-color: #000000;
	
	
}

h2 {
  display: table-cell;
  vertical-align: middle;
  color: #FF8000; 
  margin-bottom: 50px;
}

.header {
  display: flex;
  align-items: center;
  justify-content: center;
}

.frame  {
border-color: white;
border-width: 3px;
border-style: dashed;
}

.frame1   {
border-top:16px solid #000000;
border-right:16px solid #000000;
border-bottom:50px solid #000000;
border-left:16px solid #000000;
}


.img {
      max-width:50%;
      height: auto;
      }