/* have a nice day! */
   
@font-face {
  font-family: "nasin nanpa";
  src: url('/fonts/nasin-nanpa-4.0.2.otf') format('opentype');
  }

@font-face {
  font-family: "nishiki teki lili";
  src: url('/fonts/nishiki-teki-lili.ttf') format('truetype');    
  }
  
.poki-suli {
  
   max-width: 900px; 
   width: 90%;
   margin: 20px auto;
   display: flex;
  
}



.poki-poka {
 margin: 10px auto;
  width: 15%;
  /*
  background-color: #FEFAE0;
  border-style: solid;
  border-width: 5px;
  border-color: #B99470;
  border-radius: 15px;
  */
  position: fixed;
  text-align: center;
  }
  
 /* 
.poki-poka a:hover {
  color: green;
  }
  */

.nasin-lon {
  background-color: #5F6F52;
  color: #FEFAE0;
  border-style: solid;
  border-width: 5px;
  border-color: #B5F6F52;
  border-radius: 20px;
  padding:5px;
  }
  
.nasin-tawa {
  background-color: #FEFAE0;
  border-style: solid;
  border-width: 5px;
  border-color: #B5F6F52;
  border-radius: 20px;  
  padding:5px;
  }
  
p.nasin-tawa:hover {
    background-color: #5F6F52;
    color: #FEFAE0;
  }
  
.poki-tawa {
  flex: 1;
  margin: 10px auto;
  margin-left: 20%;
  text-align: justify;
  box-sizing: border-box;
  
  }

.sewi {
  
  margin-bottom:10px;
  padding-left: 35px;
  background-color: #5F6F52;
  border-style: solid;
  border-width: 1px;  
  border-color: #5F6F52;
  border-radius: 15px; 
  color: #FEFAE0;
    
  }  
  
  
.poki {
  
  margin-bottom: 10px;
  padding: 25px;
  padding-left: 35px;
  background-color: #FEFAE0;
  border-style: solid;
  border-width: 5px;
  border-color: #B5F6F52;
  border-radius: 15px;  
    
  }

  
  body {
 /* background-color: #A9B388;*/
  background-image: url(sitelenmonsi.jpeg);
  background-size: 400px 400px;
  color: #5F6F52;
  font-family: "nishiki teki lili",Verdana;
  font-size: 300%;
  }
  

  p.nasin-tawa a {
  color: inherit;
  text-decoration: none;/* keine unterstrichenen Links */
  }
  
  a {
  color: #B99470;
  text-decoration: none;/* keine unterstrichenen Links */
  }