body, textarea {
    font-family: 'Roboto', Arial, Verdana, sans-serif;
    font-size: 1.5em;
    

    font-style: normal;
    font-weight: normal;
    
    line-height: 1.7em;
    
    background-image:url(bilder/20170102_110337.jpg);
    background-repeat:no-repeat;
    background-position: center;
    background-size:cover; 
    border:1px solid #f00;
    border-radius:1em;
				
}

#abstand{
    display: block;
    height: 2em;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

h1 {
    font-family: 'Sansita Swashed', Arial, Verdana, cursive;
    font-size: 2.8em;
    line-height: 1.2;
    background-color: rgba(255,255,128,0.2);
    color: #000;
    width: 8em;
    height:3em;
    text-align:center;
    margin: auto;
    
    padding-top:0.4em;
    border-radius:1em;

}

h2 {
    font-size:2.0em;
    line-height: 1.2;
    text-align:center;
    text-decoration: none; 
    margin: auto;
    
}

#spielMal {
    text-align: center;
    margin: auto;

}

#minesweeper {
    margin: auto;  
    font-size: 1.5em;
    line-height: 1.2;
    text-align:center;
    text-decoration: none; 
    border-radius: 0.5rem;
    background-color: rgba(255,255,128,0.2);
    display: block;
    width: 8em;
}

img, picture {
    max-width:65%;
    padding: 2% 2% 2% 2%;
    border-radius:3em;
    
}

#links {
    background-color: rgba(255,255,64,0.7);
    padding:1em;
    width: 15em;
    border-radius:1em;
}

#version {
    font-size: 0.4em;
    line-height: 2;
    background-color: rgba(255,255,128,0.3);
    padding: 0em 0em 0em 1.5em;
    width: 6em;
    border-radius:1em;

}
