*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;

}
header{
    background-color:#FFFFFF;
}
nav{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
}
.menu-list{
    display: flex;
    gap: 2em;
    font-size: large;
    font-weight: 700;
}
.menu-list a{
    text-decoration: none;
    color: black;
    list-style-type: none;
}
.list2{
    display: flex;
    gap: 1em;
    font-size: large;
    font-weight: 700;
    align-items: center;
}
.list2 a{
    color: black;
    text-decoration: none;

}
.container{
    width: 70%;
    height: 70px;
    margin: auto;
    background-color:white;
    border-radius:50px;
    

    
}
.sect-text{
    display:grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    text-align: center;
    margin-top: 10px;
    align-items: center;
}
.sect-text a{
    text-decoration: none;
    color: black;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.sect-text p{
    margin-top: 10px;
}
.sect-text1 :hover{
    background-color:whitesmoke;
    border-radius: 30px;
}
.sect-text2 :hover{
    background-color: whitesmoke;
    border-radius: 30px;
}
.sect-text3 :hover{
    background-color: whitesmoke;
    border-radius: 30px;
}
.sect-text4 :hover{
    background-color: whitesmoke;
    border-radius: 30px;
}
.grid{
    background-color:white;
    display:flex;
    justify-content: center;
    align-items: center;
    
}

.yc-grid h1{
    font-size: 2em;
    margin-bottom: 50px;
    
}
.card-grid{
    padding: 5px;
    display: grid;
    justify-content: space-evenly;
    border: thin solid green;
    border: none;
    gap: 2em;
}
.image-grid{
    display:flex;
    justify-content: space-evenly;
    gap: 2em;


    
}
.card{
    display: flex;
    padding: 15px;
    background-color:white;
    border-radius: 10px;
    justify-content: center;
    align-self: center;
}
.card img{
    width: 30px;
}
.card p{
    font-size: 2em;
    font-weight: 500;
}

p{
    color:black;
    padding: 0px 0px;
    border:thin solid rgba(0, 0, 0, 0.219);
    border-radius: 10px;
}
.fre{
    color:black;
    padding: 10px 10px;
    border: thin solid rgba(0, 0, 0, 0.274);
    border-radius: 10px;
}
 #sad{
    width: 100%;
} 
#sed{
    width: 90%;
    height: 30%;
}
.der{
    height: 50%;
} 
.text{
    text-align: center;
    color: black;
}

.btn a{
    background-color: black;
    color: white;
    text-decoration: none;
    border: none;
    padding: 10px 40px;
    border-radius: 5px;
}
footer {
    background-color: #f7f7f7;
    padding: 20px;
    text-align: center;
  }
  .footer-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .footer-section {
    margin: 10px;
  }
  .footer-section h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .footer-section ul {
    list-style: none;
    padding: 0;
  }
  .footer-section ul li {
    margin-bottom: 5px;
  }
  .footer-section ul li a {
    text-decoration: none;
    color: #222;
  }
  .footer-bottom {
    margin-top: 20px;
    font-size: 14px;
  }
  .footer-bottom a {
    text-decoration: none;
    color: #222;
    margin: 0 5px;
  }








