body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: linear-gradient(to top, #4facfe, #6a11cb);
    color: white;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.container {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
}

.header {
    margin-bottom: 30px;
}

.logo {
    width: 80px;
    height: 80px;
    border-radius: 30%;
}

h2 {
    font-size: 20px;
    margin: 10px 0;
}

.links .button {
    font-weight: bolder;
    display: block;
    background: white;
    color: black;
    text-decoration: none;
    margin: 10px auto;
    padding: 15px;
    border-radius: 10px;
    width: 80%;
    font-size: 16px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.links .button:hover {
    background: #ddd;
}

.image-section {
    margin-top: 30px;
}

.lottery-image {
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
}
