<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    color: #333;
}

.container {
    max-width: 800px;
    margin: auto;
    padding: 20px;
    text-align: center;
}

header h1 {
    font-size: 28px;
    color: #1a73e8;
    margin-bottom: 20px;
}

main h2 {
    font-size: 24px;
    color: #1a73e8;
    margin: 20px 0;
}

.buttons button {
    margin: 10px;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    background-color: #1a73e8;
    color: white;
    border-radius: 4px;
    cursor: pointer;
}

.buttons button:hover {
    background-color: #145bb0;
}

.gift-code {
    margin: 20px 0;
}

.gift-code p {
    font-family: monospace;
    background: #f4f4f4;
    padding: 10px;
    border-radius: 4px;
    display: inline-block;
}

.game-image {
    max-width: 100%;
    margin: 20px 0;
    border-radius: 8px;
}

.details-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.details-table td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
}

.details-table a {
    color: #1a73e8;
    text-decoration: none;
}

.details-table a:hover {
    text-decoration: underline;
}

.info, .customer-care {
    text-align: left;
    margin: 20px 0;
}

.info h3, .customer-care h3 {
    font-size: 20px;
    color: #1a73e8;
}

.info p, .customer-care p {
    font-size: 16px;
    line-height: 1.6;
}
</pre></body></html>