h1 {
    font-family: 'Arial', sans-serif;
    font-weight: bold;
}

section img {
    transition: transform 0.2s ease-in-out;
}

section img:hover {
    transform: scale(1.05);
}
