body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f2f2f2;
    text-align: center;
}

img {
    width: 150px;
    margin-bottom: 20px;
}

h1 {
    font-size: 2rem;
    color: #333;
}
