body {
    margin: 0;
    height: 100vh;
    background: radial-gradient(circle, rgba(254,239,196,1) 0%, rgba(5,5,5,1) 100%);
    background-size: 400% 400%;
    animation: gradient 8s ease infinite;
    font-family: 'Arial', sans-serif;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

@keyframes gradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.button-container {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

a {
    display: inline-block;
    padding: 15px 25px;
    background: #4b0082;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

a:hover {
    background: #8000ff;
    transform: translateY(-2px);
}

body {
    margin: 0;
    height: 100vh;
    background: radial-gradient(circle, rgba(254,239,196,1) 0%, rgba(5,5,5,1) 100%);
    background-size: 400% 400%;
    animation: gradient 8s ease infinite;
    font-family: 'Arial', sans-serif;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

@keyframes gradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

button {
    padding: 15px 25px;
    background: #4b0082;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

button:hover {
    background: #8000ff;
    transform: translateY(-2px);
}

.back-button {
    margin-top: 20px;
    padding: 15px 25px;
    background: #4b0082;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.back-button:hover {
    background: #8c8791;
    transform: translateY(-2px);
}

body {
    margin: 0;
    height: 100vh;
    background: radial-gradient(circle, rgba(254,239,196,1) 0%, rgba(5,5,5,1) 100%);
    background-size: 400% 400%;
    animation: gradient 10s ease infinite;
    font-family: 'Arial', sans-serif;
    color: #ff3333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

@keyframes gradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

button {
    padding: 15px 25px;
    background: #4b0082;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

button:hover {
    background: #8000ff;
    transform: translateY(-2px);
}

.back-button {
    margin-top: 20px;
    padding: 15px 25px;
    background: #4b0082;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.back-button:hover {
    background: #8000ff;
    transform: translateY(-2px);
}