* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f4f4f4;
    font-family: Arial, sans-serif;
    color: #333;
}

.container {
    text-align: center;
    max-width: 600px;
}

.logo {
    max-width: 100%;
    height: auto;
}

h1 {
    font-size: 36px;
    margin: 20px 0;
    font-weight: bold;
}

p {
    font-size: 18px;
    margin: 10px 0;
}
