body {
    font-family: sans-serif;
    background-color: #FFA500;
}

header {
    border: 1px solid #b5b7ba;
    background-color: #dfdfdf;
    height: 68px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

header a {
    color: #4d4d4d;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}

h1 {
    color: #000000;
    font-size: 50px;
    font-weight: 300;
    text-align: center;
}

h2 {
    color: #000000;
    font-size: 24px;
    font-weight: 100;
    text-align: center;
}

h3 {
    color: #000000;
    font-size: 24px;
    font-weight: 100;
    font-style: italic;
    text-align: center;
}

h4 {
    color: #000000;
    font-size: 24px;
    font-weight: 100;
    text-align: center;
}

main {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 1%;
}

main img {
    width: 500px;
    padding-bottom: 3%;
}

caption {
caption-side: top;
text-align: center;
padding: 10px 0; 
font-size: 34px;
}

main p {
    width: 693px;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 30px;
    background-color: #434445;
    color: #a4a4a4;
    font-size: 20px;
    font-style: italic;
    display: flex;
    justify-content: center;
    align-items: center;
}
