/* css styles */

img {
    border-radius: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    padding: 8px;
}

h2 {
    border-bottom: none;
    padding-bottom: 1px;
}

.highlight-section {
    background-color: #eeeeee;
    padding: 0 32px 16px 32px;
    border-radius: 16px;
    margin: 24px 0;
}

.button {
    background-color: rgb(39, 97, 227);
    border: none;
    color: white;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.1rem;
    margin: 4px 2px;
    border-radius: 8px;
    cursor: pointer;
}