@charset "UTF-8";
html {font-size: 100%;}
header {background-color: darkorange;}
body {background-color: blanchedalmond;}
img {max-width: 50%;}
h1 {color: black;}
align-center {text-align: center;}
p {font: size 14px;px;}
p {text-align: justify;}
main-nav {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    font-size: 1.5rem;
    list-style: none;
}
.about {
    max-width: 736px;
    padding: 0 1.5rem;
    margin: 3rem auto 4rem;
}
.about p {
    margin-bottom: 3rem;
}
.photo {
    max-width: 736px;
    margin: 3rem auto 4rem;
    image-orientation: center;
}