body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    color: #333;
}
h1 {
    font-size: 3rem;
    margin: 0;
    color: #ff6f61;
}
p {
    font-size: 1.2rem;
    margin: 10px 0 20px;
}
.container {
    text-align: center;
}
.robot {
    width: 220px;
    margin-bottom: 20px;
}
footer {
    position: absolute;
    bottom: 20px;
    font-size: 0.9rem;
    color: #aaa;
}