﻿main {
    padding: 0 20px;
    background-color: #fdf4ea;
    margin-bottom: 20px;
    margin-top: 20px;
}

.introduction, .shipping-methods, .order-tracking, .delivery-areas, .returns-exchanges, .faqs, .contact-info, .call-to-action {
    background-color: white;
    padding: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-bottom: 20px;
}

h1, h2 {
    color: #d84315;
}
