body {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #181a20;
}
.container {
    text-align: center;
}
.logo {
    max-width: 150px;
    margin-bottom: 20px;
}
h1 {
    font-size: 2.5em;
    color: #fefefe;
}
p {
    font-size: 1.2em;
    color: #fefefe;
}
.social-links a {
    margin: 0 10px;
    text-decoration: none;
    color: #FFB92D;
    font-size: 1.1em;
}
.social-links a:hover {
    text-decoration: underline;
}