body {
    font-family: "alda", serif;
    font-weight: 400;
    font-style: italic;
    line-height: 1.4;

    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px;

    background-color: rgb(182, 198, 208);
}

a{
    color: rgb(7, 44, 107);
}

.container{
    max-width: 1100px;
}

.phrases{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.phrases div{
    padding: 80px 0 40px 0;
    border-bottom: 2px solid rgb(7, 44, 107);
}

@media (min-width: 768px) {
    .phrases div:nth-of-type(1n) {
        align-self: flex-start;
    }
    .phrases div:nth-of-type(2n) {
        align-self: flex-end;
    }
}

p {
    font-size: clamp(1.25rem, 1.103vw + 0.991rem, 1.75rem);
}

.intro {
    font-family: "adobe-caslon-pro", serif;
    font-weight: 600;
    font-size: clamp(1.75rem, 1.655vw + 1.362rem, 2.5rem);
}
.petit{
    font-size: clamp(1.25rem, 1.103vw + 0.991rem, 1.75rem);
}

.sonnet1 {
    font-style: normal;
}

.sonnet2 {
    font-weight: 300;
}
.sonnet3 {
    font-style: normal;
}
.sonnet4 {
    font-weight: 300;
}