.logo_tr {
	height:100px;
	
}



      
      
    
    body {
    	   margin: 0;
      padding: 0;
      height: 100%;
      font-family: Arial, sans-serif;
      background-color:black;
      margin: 0;
      padding: 0;
      background: radial-gradient(ellipse at center, #006b00 0%, #000000 100%);
      #background: url('/images/8289995_25336.jpg') center center no-repeat;
      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;
	
}


    
    
