*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
    font-family: sans-serif;
    font-size: 18px;
    background-color: #f2eee4;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 120rem;
    max-height: 45rem;
}
.container {
    display: flex;
    flex-direction: column;
    max-width: 66rem;
    margin-top: 110px;
}
header {
    max-width: 95%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#title {
    font-family: 'PT Serif'serif;
    text-decoration: none;
    font-size: 36px;
    font-weight: 700;
    color: black;
}
.content {
    max-width: 370px;
    font-size: 18px;
    font-weight: 400;
    justify-content: left;
}

#content-header {
    font-weight: 600;
}
main {
    display: flex;
    flex-wrap: wrap;
    margin-top: 95px;
    gap: 90px;
    justify-content: center;
}
.picture {
    display: flex;
    width: 275px;
    height: 470px;
}
img {
    width: 235px;
    height: 340px;
    object-fit: cover;
}
.name {
    font-weight: 620;
    margin-top: 10px;
}
.side-text{
	font-family: 'PT Serif', serif;
    writing-mode: vertical-lr;
    font-size: 15px;
    margin-left: 5px;
}
#indent-pic2 {
    margin-top: 100px;
}
#indent-pic4, #indent-pic6 {
    margin-top: -100px;
}

@media screen and (max-width: 920px){
#indent-pic4, #indent-pic6 {
        margin-top: 0px;
    }

    #indent-pic3, #indent-pic5 {
        margin-top: -100px;
    }
    header {
    max-width: 95%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
main {
    display: flex;
    flex-wrap: wrap;
    margin-top: 95px;
    gap: 80px;
    justify-content: center;
}
#title {
    font-family: 'PT Serif'serif;
    text-decoration: none;
    font-size: 34px;
    font-weight: 670;
    color: black;
    padding-left: 55px;
    margin-left: 12px;
}
    .content {
    max-width: 340px;
    font-size: 18px;
    font-weight: 400;
    justify-content: safe right;
    display: block;
}

}
@media screen and (max-width: 720px) {
    #indent-pic4, #indent-pic6 {
        margin-top: 0px;
    }

    #indent-pic3, #indent-pic5 {
        margin-top: -100px;
    }
    header{
        display: block;
        align-self: center;
    }
    #content-header{
        padding-top: 10px;
    }
    .content > p{
        padding-bottom: 8px;
    }
}
@media screen and (max-width: 420px){
    #title{
        margin-left: 0;
        padding-left: 0;
    }
}
