body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
    background: #f4f4f9;
    font-family: 'Roboto', sans-serif;
    color: #333;
}

.container {
    text-align: center;
    max-width: 600px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border-radius: 10px;
}

.logo-img {
    width: 250px;
    height: auto;
    margin-bottom: 20px;
}

h1 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 2.5em;
}

p {
    font-weight: 300;
    font-size: 1.1em;
    margin-bottom: 10px;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
