*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,body{
    width: 100%;
    height: 100%;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.nav{
    padding: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.parent{
    width: 60%;
    height: 80%;
    margin-left: 20%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
} 

.box {
    width: 230px;
    height: 300px;
    border-radius: 10px;
    border: 1px solid rgba(140, 92, 92, 0.289);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.box {
    padding: 10px;
}

.box1{
    width: 60%;
    height: 50%;
    background-image: url(https://images.unsplash.com/photo-1523275335684-37898b6baf30?q=80&w=1999&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    background-size: cover;
    background-position: center;
}

.box2{
    width: 60%;
    height: 50%;
    background-image: url(https://images.unsplash.com/photo-1620799139834-6b8f844fbe61?q=80&w=1972&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    background-size: cover;
    background-position: center;
}

.box3{
    width: 60%;
    height: 50%;
    background-image: url(https://images.unsplash.com/photo-1504812481891-52f64eff471e?q=80&w=2069&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    background-size: cover;
    background-position: center;
}

.box4{
    width: 60%;
    height: 50%;
    background-image: url(https://images.unsplash.com/photo-1625750435936-f97e1748410b?q=80&w=1952&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    background-size: cover;
    background-position: center;
}

.box5{
    width: 60%;
    height: 50%;
    background-image: url(https://images.unsplash.com/photo-1598331668826-20cecc596b86?q=80&w=1936&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    background-size: cover;
    background-position: center;
}

.box6{
    width: 60%;
    height: 50%;
    background-image: url(https://images.unsplash.com/photo-1601592996763-f05c9c80a7f1?q=80&w=2080&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    background-size: cover;
    background-position: center;
}

.footer{
    width: 100%;
    height: 10%;
    color: gray;
    border-top: 1px solid rgb(90, 90, 90);
    display: flex;
    align-items: center;
    justify-content: center;
}