body {
    margin: 0;
    font-family: 'Literata', serif;
    background-color: #2e2f2b;
    color: white;
}

.container {
    width: 900px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
}

.top-bar {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 20px;
}

.icon {
    width: 30px;
    height: 30px;
}

.content {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.image img {
    width: 350px;
    height: auto;
    border-radius: 25px;
}

.details {
    max-width: 400px;
}

.details h2 {
    margin-top: 0;
}

.rating {
    display: flex;
    align-items: center;
    margin: 10px 0;
    color: gold;
}

.reviews {
    color: #ccc;
    font-size: 12px;
    margin-left: 8px;
}

.price {
    margin: 10px 0;
}

.price del {
    color: #ccc;
    font-size: 18px;
}

.new-price {
    font-size: 20px;
    font-weight: bold;
    margin: 5px 0 15px;
}

.buy-button {
    background-color: orange;
    border: none;
    padding: 15px 50px;
    font-size: 20px;
    color: black;
    border-radius: 8px;
    cursor: pointer;
}

.description {
    margin-top: 40px;
}

.description h3 {
    margin-bottom: 10px;
    font-size: 25px;
}

.description p {
    font-size: 20px;
    color: #ccc;
}
