/* style.css - Simple styles for the redemption code page */

body {
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
}

h1 {
    color: #4CAF50;
    font-size: 24px;
    margin-top: 50px;
}

button {
    background-color: #008CBA;
    color: white;
    border: none;
    padding: 15px 32px;
    font-size: 16px;
    cursor: pointer;
}

button:hover {
    background-color: #007bb5;
}
