*{
    margin: 0 auto;
    padding: 0 auto;
    box-sizing: border-box;
}
.header{
    background-color: #f9f9f9;
    box-shadow: 1px 2px 4px 1px lightgray;
    width: 100%;
}
.header #navbar h1{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 20px;
}
.header #navbar{
    display: flex;
    justify-content: space-between;
}
.header #navbar ul{
    display: flex;
    flex-direction: row;
    margin: 10px;
}
.header #navbar ul li{
    list-style: none;
    padding: 15px;
    transition: all 0.2s ease;
}
.header #navbar ul li:hover{
    transform: translateY(-3px);
}
.header #navbar ul li a{
    text-decoration: none;
    font-size: 20px;
    color: #1e1e1e;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    transition: all 0.1s ease;
}
.header #navbar ul li a:hover{
    color: #0077ff;
    border-bottom: 3px solid #0077ff;
}
#home .home{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
#home .home .promotion{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#home .home .promotion h2{
    margin-top: 15px;
    color: #1e1e1e;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
#home .home .promotion h3{
    font-family: 'Montserrat', sans-serif;
    color: #0077ff;
    letter-spacing: 2px;
}
#home .home .promotion p{
    color: #555555;
    font-family: 'Roboto', sans-serif;
}
#home .home .promotion a{
    text-decoration: none;
    font-size: 20px;
    color: black;
    background-color: #0570e2;
    color: white;
    padding: 10px;
    border-radius: 6px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    transition: all 0.2s ease;
}
#home .home .promotion a:hover{
    background-color: #007BFF;
    transform: scale(1.05);
}
#about {
  background-color: #e6fffa; 
  padding: 40px 20px;
  max-width: 800px;        
  margin: 40px auto;     
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  text-align: left;
}
#about .about h3{
    color: #222222;
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}
#about .about h3 i{
    padding-right: 6px;
    color: #003366
}
#about .about p{
    color: #555555;
    glyph-orientation-horizontal: 17px;
}
#projects .projects .project{
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
   gap: 30px;
   padding: 10px 20px;
   margin-top: 30px;
}
#projects .projects .header-middle h3{
    margin-left: 90px;
    color: #222222;
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}
#projects .projects{
    margin-top: 30px;
}
#projects .projects .project .shop-sale .description{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f7f7f7;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#projects .projects .project .shop-sale .description h4{
    font-size: 17px;
    padding-top: 3px;
}
#projects .projects .project .senora .description{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f7f7f7;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#projects .projects .project .senora .description h4{
    font-size: 17px;
    padding-top: 3px;
}
#projects .projects .project .recipeapp .description{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f7f7f7;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#projects .projects .project .recipeapp .description h4{
    font-size: 17px;
    padding-top: 3px;
}
#contact h3{
    margin-left: 90px;
    color: #222222;
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    padding-top: 14px;
}
#contact{
    margin-top: 30px;
    background-color:  #e6f0ff;
}
#contact .contacts{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}
#contact .contacts .contact-left{
    display: flex;
    flex-direction: row;
    gap: 60px;
}
#contact .contacts .contact-right{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
#contact .contacts .contact-right .form form{
    display: flex;
    flex-direction: row;
    gap: 20px;
}
#contact .contacts .contact-right .form form label{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}
#contact .contacts .contact-right .button button{
    width: 130px;
    height: 30px;
    margin-bottom: 15px;
    font-weight: bold;
    background-color:#007bff;
    border: 1px solid #007bff;
    border-radius: 5px;
    transition: all 0.3s ease;
}
#contact .contacts .contact-right .button button:hover{
    background-color: #096bd3;
    transform: scale(1.1);
}
#contact .contacts .contact h5{
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
}
#contact .contacts .contact p{
    font-size: 20px;
    color: #007BFF;
}
#contact .contacts .socialmedia h5{
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
}
#contact .contacts .socialmedia a{
    font-size: 33px;
    padding-left: 10px;
    color: black;
}
#contact .contacts .socialmedia{
    margin-bottom: 10px;
}
#contact .contacts .socialmedia a:hover{
    color: #007BFF;
}
.footer {
  background-color:#1f1f1f;
  color:#fff;
  text-align: center;
  padding: 20px;
  font-size: 14px;
}
