/* Basic styling for the lucky spin page */
body {
    background: url('background.jpg') no-repeat center center fixed;
    background-size: cover;
    font-family: Arial, sans-serif;
}

.container {
    text-align: center;
    margin-top: 100px;
}

.wheel-container {
    margin-bottom: 20px;
}

.voucher-container {
    margin-bottom: 20px;
}

#voucherCode {
    padding: 10px;
    width: 200px;
}

button {
    padding: 10px 20px;
    font-size: 16px;
}

#prizeDisplay {
    margin-top: 20px;
    font-size: 24px;
    color: #fff;
}
