body {
    font-family: Arial, sans-serif;
    margin: 20px;
}

h1 {
    color: blue;
}

.section {
    color: green;
}

#title {
    text-align: center;
}

#pic {
    border: 2px solid black;
}
