﻿html, body {
    font-family: sans-serif;
    font-size: 1.2em;
    color: black;
    margin: 0;
    padding: 0;
    width: auto;
    height:100%;
    background-color: #EFE9D1; 
}

#seite {
    	height: 100%;
				width: 100%;
   display: grid;
   justify-content: center;
   align-items: center;
   background-color: #EFE9D1;
			
}

#box {
     
     width:auto;
				height: auto;
                border: 2px solid #821515;
				border-radius: 5px;
				background-color: #FFCC99;
                padding: 1em;
                text-align: center;
  
}

#bild {
    width: 10em;
    height: 10em;
}