*{
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
   
}
nav{
    width: 100%;
    height: 72px;
    background-color: rgb(226, 55, 68);
}
.navdiv{
    width: 70%;
    margin: auto;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 18px;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
ul{
    list-style: none;
    display: flex;
    font-size: 18px;
    gap: 25px;
}
li:hover{
    list-style: none;
    display: flex;
    font-size: 18px;
    font-weight:600;
    gap: 25px;
}
.card{
    box-shadow: rgba(0, 0, 0, 0.02) 0px 8px 40px;
    
    width: 500px;
    display: flex;
    border: 1.5px solid rgb(242, 244, 247);
    border-radius: 40px;
    padding: 1.25em;
    flex-wrap: wrap;
    margin-top: 15px;
    background-color: white;
}
.card1{
    width: 350px;
    height: 384px;
    border: 1px solid rgb(242, 244, 247);
    border-radius: 40px;
    background-color: white;
}
.card3{
    height: 357px;
    width: 362px;
}