body{
    background-color: rgb(12, 68, 49);
    background-position: -80em;
    background-attachment: fixed;
    background-size: cover;
}
    a:link{
    color: azure;
}
a:visited{
    color: cornflowerblue;
}
a:hover{
    color: burlywood;
}
a:active{
    color: chartreuse;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
h1{
    text-transform: capitalize;
}
.Nazvanie{
    font-weight: bolder;
    background-color: rgb(111, 2, 170);
    border: 3px solid black;
    box-shadow: 5px 5px ;
    text-align: center;
    text-shadow: 3px 3px rgb(117, 49, 211);
    padding-bottom: 5px;
    font-style: italic;
}
h3{
    font-weight: 100;
    font-style: oblique;
    color: azure;
}
h2{
    text-indent: 40px;
    font-weight: bold;
    color: azure;
}
.downpart{
    text-align: center;
}
p{
    background-color: azure;
}

