@import url('https://fonts.googleapis.com/css2?family=Playfair+Display+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&family=Open+Sans:wght@700&family=PT+Sans&display=swap');
body{
    font-family: 'Montserrat', sans-serif;
}
.line{
    width: 100%;
    border-top: 2px solid black;
}

#top{
    display: flex;
}
#topleft{
    width: 50%;
    padding: 30px;
}
#topright{
    width: 30%;
    margin-left: 10%;
}

#recentView{
    width: 100%;
    text-align: center;
    background-color: #f3f3f3;
    padding: 30px;
}
#recentProduct{
    display:flex;
    width: 100%;
    justify-content: space-evenly;
    margin-top: 20px;
    
}
#recentView a{
    color: #363638;
    font-weight: 600;
}
#recentProduct>div{
    background-color: white;
}
#recentView h2{
    font-size: 24px;

}
#third{
    display: flex;
    width: 90%;
    margin: auto;
}
#thirdLeft,#thirdRight{
    width: 50%;
    padding-left: 30px;
}
/* #footer{
    background-color: teal;
} */
