
body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(to right, #f8f8f8, #ffe5b4);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}

.container {
    padding: 20px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    max-width: 90%;
    width: 400px;
}

.logo {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

h1, h3 {
    color: #d35400;
    font-size: 2em;
    margin-bottom: 10px;
}

p {
    color: #555;
    font-size: 1em;
    margin: 5px 0;
}
