
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: linear-gradient(to right, #141e30, #243b55);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container {
    text-align: center;
}

.cta-button {
    display: inline-block;
    padding: 12px 24px;
    margin-top: 20px;
    background-color: #f39c12;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
}

.cta-button:hover {
    background-color: #e67e22;
}
