

* {
    font-family:  Monotype Corsiva, Times New Roman; /* определяем основной шрифт "Times New Roman", альтернативный  serif (с засечками)*/
    padding : 0;
    margin : 0;
}




body { 
background-color: #ece8e5;
} 

a { 
    text-decoration: none; /* Убираем подчеркивание у ссылок */
}
a:hover { 
    text-decoration: underline;} /* Добавляем подчеркивание                                    при наведении курсора мыши на ссылку */



nav { height: 35px; 
width: 100%; 
background: rgb(147, 197, 189);
font-size: 15pt;
/*font-family: 'PT Sans', Arial, sans-serif; */
font-weight: bold; 
position: fixed; 
border-bottom: 2px solid #283744; 
}

.nav ul { padding: 0; margin: 0 auto; 
width: 560px; height: 60px; 

}

nav li { 
    display: inline; 
    float:left;
margin-left: 1%;
} 



nav a {  
    color: #fff;  
    display: inline-block;  
    width: 100px;  
    text-align: center;  
    text-decoration: none;  
    line-height: 40px;  
    text-shadow: 1px 1px 0px #283744;  
}  
LI { margin-left: 30px;
    list-style-image: url(/img/ff.bmp); /* Путь к файлу с маркером */
}
nav li a {  
    border-right: 1px solid #576979;  
    box-sizing:border-box;  
    -moz-box-sizing:border-box;  
    -webkit-box-sizing:border-box;  
}  
nav li:last-child a {  
    border-right: 0;  
}  
nav a:hover, nav a:active {  
    background-color: #8c99a4;  
} 
img{
width: 90%;
display:block;
margin-left:auto;
margin-right:auto;
padding: 5px;
}

.pw{
    color: red;
}

.decor
{  text-decoration: none;}
.decor:hover{ text-decoration: underline;}
    
/*
.pw1{

}    */

.hp11{
padding-top: 55px;
font-size: 10px;
    text-shadow: 1px 1px 2px rgb(100, 82, 0), 0 0 1em rgba(46, 34, 0, 0.158), 0 0 0.2em rgb(114, 46, 0);
}

.card {
    width: 300px;
    height: 400px;
    background-color: rgb(255, 255, 255);
    /*Addshadowstocreatethe"card"effect*/box-shadow: 0px 0px 8px 5px rgba(106, 175, 26, 0.534);
    transition: 1s;
    margin: 5px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}



.cardimg{
    text-shadow: 1px 1px 2px rgb(61, 33, 0), 0 0 1em rgb(0, 54, 27), 0 0 0.2em rgb(44, 167, 6);
}



.opis{
margin: 30px;
}
footer{
    padding-left: 175px;
}
.box{
    display: flex;
    flex-wrap: wrap;
}

.aux{
    width:100%;
    max-width:300px;
    height: 30px;
}
a:link {
    color: rgb(0, 9, 139);

}
a:visited{
    color: rgb(252, 118, 40);
}

.updeit:hover{

    font-size: 200%;

}

