
@font-face {
    font-family:'Lakmus';
    src: url('fonts/lakmus/Lakmus.ttf');
    font-family: 'coolvetica'; 
    src: url('fonts/coolvetica/Coolvetica\ Rg.otf');
   
}
.ueberschrift{
    text-align: center;
 font-size: auto;
}
body{
    background-color: rgb(71, 45, 45);
    font-family:'arial'; 
    font-size: 72pt; 
    text-align: center; }

p {font-size: 72pt; 
    color: rgb(255, 238, 156)}
ul {display: grid; 
    align-self: center;
   
    color: #699264;
    padding: 25px; 
    grid-template-columns: auto auto;
    grid-template-rows: 20vh 20vh 20vh 20vh; 
    margin: 0px; 
    }

.img{
max-width: 400px;}
.nudes{max-width: 100vw;
        max-height: 100vh;}
.cartoons{max-width: 75vw;
        max-height: 100vh;}
.subline{ font-size: 18pt;
          color: #699264;}
a:link{
    color: #699264;
     text-decoration: underline;

}
a:visited {
      color: #699264;
     text-decoration: underline;
}
a:hover{
    font-size: 74pt;
}
.name{

    font-size: 48pt; 
    color: rgb(255, 238, 156)}