html {
    box-sizing: border-box;
    display: block;
    
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
.clear::after {
    clear: both;
}
.clear::before,
.clear::after {
    display: block;
    content: "";
}
.pgs-list.display {
    display: block;
}
h1, h2, h3, h4, p, a, div, ul, li {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;

}
img {
  vertical-align: top;
  width: 100%;
}
ul {
    list-style: none;
}
body{
    padding: 0;
    margin: 0;
    background: url(/images/romania-mountains-winter-scenery-7xs8118kmeb4qi3j.jpg);
    background-size: cover;
    background-attachment: fixed;
}
main a{
    display: inline;
}
.top{
    padding-top: 150px;
    text-align: center;
}
.top a{
    color: #000;
}
.top img{
    margin-top: -100px;
}
.top span{
    text-decoration: underline;
    font-style: italic;
}
.top img{
    width: 25%;
}
.news{
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
}
.news img{
    margin-top: -30px;
}
.news span{
    text-decoration: underline;
    color: red;
    cursor: pointer;
}
.face{
    margin-top: 80px;
    text-align: center;
    color: red;
    font-size: 18px; 
}
.face img{
    margin-top: -50px;
    cursor: pointer;
}
.pays{
    width: 95%;
    margin: 30px auto;
    max-width: 1160px;
    text-align: center;

}
.unu{
    width: 135px;
    float: left;
    margin: 5px;
    text-align: center;
}
.unu img{
    height: 91px;
}
.entre{
    text-align: center ;
    margin-top: 50px;
}
.entre a{
    color: #000;
    text-decoration: underline;
    font-size: 30px
}
.pisicaurata{
    margin-top: 150px;
    text-align: center;
}
.pisicaurata h3{
    margin-top: 300px;
}
.pisicaurata p{
    font-weight: 700;
    font-size: 20px;
    line-height: 35px;
}
.norvegian{
    width: 90%;
    margin: 0 auto;
    max-width: 670px;
    text-align: center;
    margin-top: 50px;
}
footer{
    width: 90%;
    margin: 0 auto;
    max-width: 720px;
    margin-top: 50px;

}


.second {
text-align: center;
margin-top: 100px;
}
.second h1{
    text-decoration: underline;
    font-style: italic;
    font-size: 20px;
}
.second h3{
    margin-top: 50px;
    text-decoration: underline;
    font-size: 22px;
}
.second h2{
    padding-top: 30px;
    font-size: 32px;
}

.content{
    width: 90%;
    margin: 0 auto;
    max-width: 900px;
}

.content h1{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.content h2{
    padding-top: 20px;
}
.content h3{
    padding-top: 20px;
}

.content p{
    font-weight: 600;
    padding-top: 20px;
    font-size: 17px;
}

