*{
    margin: 0;
    padding: 0;
}
html {
    font-size: 1.2em;
    font-family: 'Marck Script', cursive;
}

header {
    background-color:rgb(211, 137, 228);
    text-align: center;
    font-style: italic;
    border: 5px solid black;
}
main {
    background-color: rgb(151, 42, 153);
    
}
footer {
    background-color:rgb(211, 137, 228);
    padding: 10px 50px;
    box-shadow: none;
    font-style: italic;
    border:5px solid black;
    

} 
#about {
    background-color: rgba(169, 83, 195, 0.956); 
    padding: 10px 50px;
    text-align: center;
    
}
#articles {
    background-color:rgb(211, 137, 228);
    padding: 10px 50px;
    font-style: italic;
    border: 5px solid black;

}
#contents{
    background-color:rgb(211, 137, 228);
    padding: 10px 10px;
    font-size: 1.5rem;
    box-shadow: none;
    text-align: center;
    font-style: italic;
    border: 5px solid black;
}
#content{
   padding: 10px 50px;

}
p {
    text-align: justify;
    font-size: 1rem;
    line-height: 2rem;
    margin-bottom: 0.9rem;

}
h1 {
    font-size: 2.5rem;
}
h2 {
 font-size: 2rem;
 text-align: center;
}
header ul {
    list-style: none;
}

img {
    border: 10px solid white;
    border-radius: 30px;
    box-shadow: 0px 5px 20px 15px whitesmoke;
    margin: 10px 0px 10px 50px;
    
}
#pictures{
    font-size: larger 100px;
    text-align: center;
  
}
#img1
{
    border: none;
    box-shadow: none;
}
#p2
{
    font-size: 20px;
    text-align: center;
}
#articles a:link{
    color: rgb(236, 147, 208);
}
#articles a:hover{
    color: blue;
}
#articles a:focus{
    color: red;
}
#articles a:visited{
    color: rgb(6, 26, 207);
}
#articles a:active{
    color: orange;
}
.menu-articles li{
    background-color: rgba(170, 107, 221, 0.986);
}
.menu-articles li:nth-child(2n) {
    background-color: rgb(245, 232, 204);
}
p:lang(ru){
    text-decoration: underline;
}
p:lang(en){
    text-transform: uppercase;
}
#about h2::after{
    content: " New!";
    font-size: 30px;
    color: white;
    margin-left: 10px;
}
.termin::after{
    content: " Важно!";
    font-size: 20px;
    color: black;
    margin-left: 10px;
}
nav ul{
    list-style: none;
}
p::first-line{
    letter-spacing: 3px;
    font-size: 120%;
}
.about p span{
    color: white;
}

.bill-table{
    border: 5px rgb(86, 7, 119) solid;
    border-collapse: collapse;
    margin-bottom: 35px;
    text-align: center;
    margin: 10px auto;
    font-size: 1.2em;
    box-shadow: 10px 5px 5px  rgb(86, 7, 119);
}
.bill-table td,
.bill-table th{
    border-bottom: 1px black solid;
    padding: 5px 20px;
    margin-bottom: 20px;
}
.bill-table tbody tr:nth-child(odd){
color: whitesmoke;

}
.bill-table td:nth-child(5){
    text-decoration: underline;
}
#reg-form input[type=text],
#reg-form input[type=password]{
    border: 5px solid violet;
    background: rgb(231, 149, 213);
    border-radius: 5px;
    padding: 5px 20px;
    min-width: 180px ;
    color: blueviolet;
}
a[href^=http]{
    background: plum;
}
#products{
    background-color: rgba(171, 91, 245, 0.815);
    border:5px solid black;
}
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="date"]
{
height: 20px;
width: 250px;
padding: 5px;
margin-bottom: 10px;
border: white solid 1px;
background-color: #ba77c9;
}
#contact-form textarea[type="text"]
{
width: 250px;
padding: 5px;
margin-bottom: 10px;
border: white solid 1px;
background-color: #ba77c9;
color: black;
}
#contact-form select[type="text"]
{
width: 250px;
padding: 5px;
margin-bottom: 10px;
border: white solid 1px;
background-color: #ba77c9;
}
#contact-form input[type="submit"]
{
    padding: 5px;
    margin-bottom: 10px;
    border: rgb(83, 34, 98) solid 1px;
    background-color: #6a137eb0;
    color: rgb(70, 28, 82) ;
}
#contact-form input[type="submit"]:hover
{
    padding: 5px;
    margin-bottom: 10px;
    border: white solid 1px;
    background-color: #ba77c9;
}