* {
    box-sizing: border-box;
}

.wrapper {
    max-inline-size: 1000px;
    margin-inline: auto;
}

.two-column-layout {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
}

img {
    display: block;
    max-inline-size: 100%;
}

nav {
    background-color: aqua;
}

body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-size: 1.25rem;
    line-height: 1.4;
    padding: 20px;
    margin: 10px;
}

section {
    margin-block: 0px;
}

a {
    text-decoration: none;
    color: #CB721C;
    font-weight: 900;
    font-style: normal;
    font-size: 2rem;
}

header {
    text-align: center;
}

h1 {
    color: #4676A9;
    text-align: center;
    font-weight: 600;
    font-style: normal;
    font-size: 3rem;
    line-height: 1;
}

h2 {
    color: #CB721C;
    font-weight: 500;
    font-style: normal;
    font-size: 2rem;
    padding: 20px;
}

h3 {
    font-weight: 600;
    font-style: normal;
    font-size: 1.5rem;
    padding-top: 25px;
}

p {
    font-weight: 200;
    font-style: normal;
    font-size: 1.25rem;
    padding: 20px;
    margin: 10px;

}

Ul {
        font-weight: 200;
        font-style: normal;
        font-size: 1.25rem;
    }

.main_image {
    text-align: center;
}

footer {
    background-color: #22466C;
    color: #fff;
    text-align: center;
}