body {
    margin: 0;
    height: 100vh;
    background: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

img {
    width: 40%;
    max-width: 300px;
    height: auto;
}

p {
    color: #fff;
    font-size: 1.5rem;
    margin-top: 20px;
    font-family: Arial, sans-serif;
}
