body {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    padding: 40px 20px;
    background-color: #ffffff;
    color: #000000;
}

h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 16px;
}

p {
    font-size: 1rem;
    color: #000000;
    margin-bottom: 24px;
}

img {
    width: 200px;
}