body{
    background-image: url(../pics/lonelywomenback.png);
    background-attachment: fixed;
    background-size: cover; 
    font-family: "Gill Sans MT Condensed";
}
.obalka{
    width: 1500px;
    margin: 0 auto;
    margin-top: 50px;
    background-color: rgb(0, 0, 0, 0.8);
    color: white;
    padding-top: 50px;
    border-radius: 100px;
}
.obalka2{
    width: 1350px;
    
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 100px; 
    border-top: 4.5px double rgb(177, 116, 2); 
    border-bottom: 4.5px double rgb(177, 116, 2); 
}
header{  
    text-align: center;
    color: rgb(190, 0, 0);
    border-bottom: 4.5px double rgb(177, 116, 2);
}
h1{
    padding: 10px 0 10px 0;
    margin: 0 auto;
    font-size: 100px;
    letter-spacing: 6px;
    text-decoration: 2px double line-through rgb(177, 116, 2);
}
nav{
    text-align: center;
    margin-top: 20px;
}
nav ul{
    padding: 0;
    margin: 0 auto;
}
nav ul li{
    display: inline;
    margin: 5px;
}
nav ul li a{
    display: inline-block;
    text-decoration: none; color: white;
    font-size: 25px; 
    
}
.lonely{
    color: rgb(177, 116, 2);
}
.smokes{
    color: rgb(177, 116, 2);
}
.laura{
    color: rgb(177, 116, 2);
}
.gf{
    color: rgb(177, 116, 2);
}
.cry{
    color: rgb(177, 116, 2);
}
.mel{
    color: rgb(177, 116, 2);
}
nav ul li a img{
    width: 180px;
    height: 80px;

    border-radius: 20px; 
}
.obalka3{
    width: 1350px;
    
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 100px; 
    border-top: 4.5px double rgb(177, 116, 2); 
    border-bottom: 4.5px double rgb(177, 116, 2); 
}
section{
    width: 1300px;
    height: 500px;
    text-align: center;
    margin: 0 auto;
    font-size: 37px;
}
section p{
  margin: 90px 0;
  color: rgb(177, 116, 2);
}
footer{
    color: rgb(190, 0, 0);
    text-align: center;
    font-size: 40px;
    margin-top: -30px;
}