header, section,footer{
    background-color:  #dddcc2;
}
header{
    background-color: rgba(35, 28, 26, 0,8);
    height: 80px;
    width: 100%;
    position: fixed;
}
header li{
    display: inline;
    margin-right: 4vw;
}
h1{
    color: #444444;
    position: absolute;
    top: 0;
    left: 120px;
    line-height: 40px;
}
header ul{
    position: absolute;
    top: 0;
    right: 5vw; 
    line-height: 40px;
}
header a{
    color:  gray;
    text-decoration: none;
}
header a:hover{
    text-decoration: underline;
}
h2{
    color: lightcoral;
}
.news{
    background-color: antiquewhite;
    color: lightcoral;
    height: 95vh;
    background-image: url(images/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.news h2{
    font-size: 60px;
    margin-top: 60px;
}
.news p{
    color: #FEF7E6;
    font-size: 18px;
    margin: 25px 0;
}
.news a{
    color: limegreen;
    text-decoration: none;
    border: 1px solid #ACACAC; 
    padding: 10px 20px;
    border-radius: 5px;
    transition: 0.3s;
}
.siogan{
    background-color: #485652;
    color: white;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 1.8em;
}
footer{
    background-color: #000000;
    color: #B7B7B7B7;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.content{
    display: flex;
}
.content img{
   width: 50%; 
}
.info{
    width: 50%;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.info h2{
  font-size: 40px;
  margin-bottom: 30px; 
}
.info p{
    text-align: center; 
    line-height: 2em;
}
