.
.social-icons{
        width: 100%;
    }
    .nav-logo{
        display: flex;
        align-items:stretch;
    }
    .nav-logo, .nav-link{
        margin-right: 10px;
        margin-left: 10px;
    }
    .nav-logo img{
        width: 150px;
    }

    .main-container__text{
        font-size: 25px;
    }
.social{
  background-color: #e6162e;
  width: 100%;
  height: 50px;
  display: grid;
}
.social-icons{
  width: 250px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  
  justify-self: end;
  margin-right: 25px ;
}
.social-icons a{
  color: #fff;
  font-size: 28px;
}
.social-icons a:hover{
  color: #616161;
}

.nav{
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 90px;
}
.nav-logo{
  display: flex;
  align-items: center;

  margin-left: 50px;
}
.nav-link{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 50px;

}

#i{
        color: red;
    }

.main-blog{
  padding: 0 80px 40px;


}

.main-blog__content img{
  display: inline-block;
  padding: 0 50px 40px;
  width: 100%;
}

.blog-content__article{
  padding: 0 80px 40px;

}
.blog-content__article h4{
  border-bottom: 1px solid #cdd2da;
  padding: 20px 0;
  
}
.blog-content__article h1{
  margin: 20px 0;
  font-size: 35px;
}

.secction-contact{
  width: 100%;
  background-color:#92ccb5;
    display: flex;
    justify-content: space-between;
    padding: 20px 5px 50px;

}
.contact{
  display: flex;
 
  background-color: #c1cc78 ;
    margin 20px 0 20px 20px;
    border: 2px black solid;
    
}

  .contact img{
    width: 100px;
    display: inline-block;
    padding: 10px;
  }

  .contact-info{
    padding: 20px 0;
    width: 300px ;
      
  }
  .contact-info a{
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #000;
    padding: 5px;
  }

  .contact-info p{
    margin-top: 20px;
  }

footer{
    background: red;
    border-radius: 20px;
    padding: 2px;
    display: flex;
}
.footer-p{
    color: white;
    font-weight: bolder;
    font-size: 20px;
    width: 50%;
    font-style: oblique;
    text-align: center;}

main{
    background-color:  #92ccb5;

}
header{
    background-color:   #a0b8d5 ;
}