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

body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f0f0f0;
}

h1 {
    font-family: Arial, sans-serif;
    color: #333;
    margin-bottom: 20px;
    font-size: 32px;
    text-align: center;
}

h2 {
    font-family: serif;
    color: #333;
    margin-bottom: 20px;
    font-size: 28px;
    text-align: center;
}

p {
    font-family: Arial, sans-serif;
    color: #666;
    margin-bottom: 30px;
    font-size: 20px;
    text-align: center;
}

div {
    text-align: center;
}

img {
    width: 500px;
    height: auto;
}