* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #0f172a;
    color: #f8fafc;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
    padding: 20px;
}

.container {
    max-width: 600px;
}

.logo {
    max-width: 150px;
    height: auto;
    margin-bottom: 30px;
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #ffffff;
}

p {
    font-size: 1.1rem;
    color: #94a3b8;
    line-height: 1.6;
    margin-bottom: 25px;
}

.contact a {
    color: #38bdf8;
    text-decoration: none;
}

.contact a:hover {
    text-decoration: underline;
}
