body {
    font-family: sans-serif;
}

article {
    margin: 2em auto;
    max-width: 43em;
    padding: 2em;
}

h1 {
    margin: 10px;
    text-transform: uppercase;
    text-align: center;
    font-family: Times, serif;
}

h2 {
    color: black;
    text-align: center;
    font-family: Times, serif;
    margin: 5px;
}
h3 {
    color: darkgrey;
    text-align: left;
}

h4 {
    color: darkgrey;
    text-align: left;
    font-style: italic;
}
p {
    hyphens: auto;
    text-align: left;
    line-height: 2;
}

nav a {
    margin: 5px 10px;
}

ul li {
    line-height: 2;
}

.rounded_img {
    border-radius: 50%;
    width: 250px; /* Adjust as needed */
    height: 250px; /* Adjust to match width for a perfect circle */
    object-fit: cover;
    margin: 20px auto;
    display: block;
}
