body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    background-image: url(../images/checkout/background.png);
    color: #1B1616;
}

.back-arrow {
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.back-arrow img{
    height: 32px;
    width: auto;
}

.back-arrow:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}


.heading {
    background-color: #1B1616;
    color: #ffc400;
    padding: 10px 0;
    text-align: center;
}

main {
    padding: 20px;
    max-width: 800px;
    margin: auto;
    margin-top: 2vw;
    margin-bottom: 140px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

section {
    margin-bottom: 20px;
}

section h2 {
    color: #444;
    margin-bottom: 10px;
}

ul {
    list-style: disc inside;
    padding-left: 20px;
}

footer {
    background-color: #1B1616;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    bottom: 0;
}

footer a {
    color: #FFD700;
    text-decoration: none;
    margin: 0 10px;
}

footer p {
    margin: 10px 0 0;
}
