*{
    padding: 0;
    margin: 0;
    font-family:Georgia, 'Times New Roman', Times, serif
}

body{

    overflow-x: hidden;

}

body header{
    position: fixed;
    display: flex;
    justify-content: flex-end;
    background-color:  black;
    box-shadow: 0px 0px 30px rgb(0, 0, 0);
    width: 100%;
    height: 50px;
    align-items: center;
    z-index: 2;
}

body header nav a{

    text-decoration: none;
    color: white;
    font-weight: 400;
    font-size: 18px;
    background-color: black;
    padding-block: 10px;
    padding-inline: 10px;
    transition: 0.2s;

    
}

body header nav a:hover{

    box-shadow: 0px 0px 10px black;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
    background-color: white;
    color:  black;


}

body header nav ul {

    list-style: none;
    padding-right: 10px;

}
body header nav ul li {

    display: inline;
    padding-inline: 5px;

}



#divmain{
    width: 100%;
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    opacity: 30%;
    z-index: -1;
}

div{

    margin-bottom: 40px;


}

#div1{
    display: flex;
    justify-content: center;
    position: relative;
    top: 90px;
    font-size: 40px;
    z-index: 1;
}

#div2{
    
    display: flex;
    justify-content: center;
    position: relative;
    top: 100px;
    font-size: 22px;
    text-align: center;
    z-index: 1;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-left: none;
    border-right: none;
    line-height: 50px;
    width: 90%;
    margin-inline: 5%;


}

#DivAboutUs{
    display: flex;
    justify-content: center;
    position: relative;
    top: 100px;
    font-size: 40px;

    z-index: 1;
}

#DivOurPinterest{

    display: flex;
    justify-content: center;
    position: relative;
    top: 100px;
    font-size: 40px;

    z-index: 1;

}

#div2 p{


    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 400;

    
}

mark{

    background-color: grey;
    color: white;
    border-radius: 8px;

}


footer{
    position: relative; top: 100px;
    padding: 40px 15% 20px;
}
footer p {
    color: white;
}

.footer{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, auto));
    gap: 2rem;
    background-color: black;
    white-space: nowrap;
}

.footerContent h4{
    color: white;
    margin-bottom: 2.5rem;
    font-size: 30px;
}

.footerContent a{
    color: white;
    padding-inline: 10px;
    text-decoration: none;
    transition: 0.2s;
}

#section1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

#section1 #div1 {
    display: flex;
    justify-content: center;
    background-color: black;
    width: 100%;
}

section  #div1 p {
    color: white;
    font-size: 20px;
    justify-content: center;
}

.footerContent a:hover{

    color: gray;

}

@media (max-width:420px) {
    h1 {
        font-size: 50px;
    }

}

@media (max-width:950px) {

    body::-webkit-scrollbar{

        display: none;

    }
}
