.logo_tr {
	height:100px;
	
}


 .background {
      background-image: url('../images/8289995_25336.jpg'); /* Hier dein Bild-URL */
      background-size: cover;
      height:100%;
      background-position: center;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0.7;
    }
    
           body {
      margin: 0;
      padding: 0;
      background: radial-gradient(ellipse at center, #006b00 0%, #000000 100%);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      height: 100vh;
      width: 100vw;
      align-items: center;
      justify-content: center;
      font-family: monospace;
      text-align: center;
    }

.pressdiv{
	width:200px;
	height:90px; 
	font-size:26px; 
	border-radius: 10px;
	border: 1px solid white;
}


.pressdiv_abbr{
  width:300px;
	height:90px; 
	font-size:26px; 
	border-radius: 10px;
	border: 1px solid white;
	
}

  body, html {
      margin: 0;
      padding: 0;
      height: 100%;
      font-family: Arial, sans-serif;
      background-color:black;
    }
    
    
