body {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0%;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 20px;
    color: black;
}

.header-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: goldenrod;
    font-style: italic;
    background-color: gray;
    justify-content: space-between;

}

.details {
    display: flex;
    flex-direction: column;
    border-radius: 2px;
}

.top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
}

.middle {
    display: flex;
    flex-direction: column;

}

.product {
    display: flex;
    justify-content: space-around;
    gap: 30px;
}
.leftside{
    flex: 1;
    border-right: 1px;
    padding-right: 20px;
}
