body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: moccasin;
    color: #333;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 800px;
    margin: 60px auto;
    background-color: #ffffff5e;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.my_paper_border {
    border: 6px solid #f9d9a1 !important;
    border-radius: 5px !important;
}

footer {
    text-align: center;
    font-size: 18px;
    padding: 3px;
    background-color: #ffc107;
    color: rgba(0, 128, 0);
}

.link-button {
    background-color: #ffc107;
    /* On hover */
    color: green;
    font-weight: bold;
    font-size: 18px;
    padding: 15px 40px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-family: sans-serif;
}

.link-button:hover {
    background-color: green;
    color: white;
}



ul {
    text-align: left;
    font-size: larger;
}

h1 {
    font-size: 2em;
    margin-bottom: 20px;
    color: #222;
}

.product-image {
    width: 100%;
    height: auto;
    border-radius: 6px;
    margin-bottom: 25px;
    border: 1px solid #ccc;
}

.logo {
    max-height: 300px;
    height: auto;
    width: auto;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.description {
    font-size: 1.2em;
    line-height: 1.6;
    text-align: left;
}

.order {
    margin-top: 30px;
    font-size: 1.1em;
}

a {
    color: #0066cc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}