body{
    display: flex;
    justify-content: left;
    align-items: left;
    flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0px;
    margin: 0px;
}
.w1{
    display: flex;
    justify-content: space-between;
    align-items: left;
    flex-direction: column;
    width: 750px;
    font-size: 27px;
    transition: 0.45s; 
    color: grey;
    margin-top: 10px;
}
.w1:hover{
    color: black;
    transition: 0.45s; 
}
.background{
    position: fixed;
    z-index: -1;
    height: 110%;
    width: 100%;   
}

.mommy{
    display: flex;
    justify-content:right;
    align-items:right;
    flex-direction:row;
    padding-right: 0px;
    gap: 30px;
    font-size: 70%;
    width: 100%;
    height: 60px;
    transition: 1s;
    position: fixed;
    /* background-color: rgba(199, 140, 31, 0.799); */
    margin-right: 20px;
}

h2{
    color: grey;
    transition: 0.45s;  
    margin-right: 10px;  
}

h2:hover{
    color: black;
    transition: 0.45s;     
}
a{
    text-decoration: none;
}
.logo1{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 30px;
    height: 100px;
    margin-top: 100px;
}
.para{
     display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 600px;
    margin-left: 280px;
    margin-right: 280px;
    font-size: 130%;
    font-style: italic;
    margin-top: -190px;
}
.para1{
    margin-top: 30px;
}

.grid{
    display: grid;
    align-items: center;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
    max-width: 1400px;
    width: 100%;
    padding: 40px 60px;
    box-sizing: border-box;
    justify-items: center;
    margin: 0 auto;
}
.grid img{
    width: 100%;
    max-width: 100%;
    height: 450px;
    object-fit: cover; 
}
.end{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(245, 245, 67, 0.933);
    height: 450px;
}
.logo2{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 25px;
    height: 100px;
}


@media screen {
    
}