

body          {             font-family:Arial, Helvetica, sans-serif ;
                            background-size:  350px;
                            background-repeat:repeat;
                

}

#top          {              text-align:center;
                

}

#logo-name     {                color: rgb(235, 27, 82);               
                                font-size: 40px;
                                text-shadow: 10px 1px 1px rgb(39, 38, 37),
                                            10px -10px 0px rgb(39, 38, 37),
                                            10px 1px 5px rgb(39, 38, 37),
                                            10px -10px 5px rgb(39, 38, 37);
                                font-weight:  bolder;                
                                margin: 40px
    

}



#logo-name-1    {               color: rgb(247, 232, 22);               
                                font-size: 50px;
                                text-shadow: 1px 1px 0px #333,
                                             2px 2px 0px #555,
                                             3px 3px 0px #777,
                                             4px 4px 0px #999,
                                             5px 5px 0px #bbb,
                                             6px 6px 0px #ddd;
                                font-weight:bolder;                
                                margin: 10px;
                                display:inline-flex;
                                padding: 10px;
                                border: 5px solid rgb(62, 63, 11);

}







#navigation   a        {      color: rgb(247, 232, 22);
                              padding: 20px;
                              font-size: 30px;

}


#navigation   a:hover  {     color: rgb(194, 191, 38);  
                             font-weight:bolder;
                             font-family: cursive;
                             font-size: 30px;

}


#image3       img      {                width: 50%;                                                  /*Fotos*/
                                        margin-top: 40px; 
                                        margin-bottom: 25px;
                                        border-style:double;
                                        border-color: rgb(133, 153, 121);
                                        border-width: 12px;
                                        border-radius:25px;

                                        
}
.container14       img         {    margin: 30px;                        /*container14- interner link zum Seitenanfang */ 
                                    width: 10%;
                                    height: auto;
                                    border-radius: 15px;
                                    border: 5px solid;
                                    border-color:rgb(28, 105, 58);
 
 
 }
 

.container14      :hover  {                                           
                                    
                                         transform: scale(2, 2);
    

    

}