body {
    font-family: "Helvetica";
    font-size: 18px;
    line-height: 1.4;
    background-color: #f8f9fa;
    color: #333;
}

h1 {
    text-align: center;
    border-bottom: 1px solid #b4b4b4;
    font-weight: bold;
    color: #2c3e50;
}

h2 {
    color: #34495e;
    font-weight: normal;
    margin-top: 2rem;
    background-color: #e9ecef;
    padding: 1rem;
    border-radius: 5px;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    border-radius: 10%;
    border: 1px solid #555;
}

.intro {
    font-size: 20px;
    font-weight: bold;
    color: #2c3e50;
}
