body {
    display: flex;
    justify-content: center;
    height: 100vh;
    background-color: #f5f5f5;
    color: #333;
    padding: 20px;
    width: 60%;
    margin: auto;
}

.title--big {
    font-family: "Geologica", sans-serif;
    font-weight: bold;
    font-size: clamp(2rem, 3.718vw + 0.663rem, 5.125rem);
    text-transform: uppercase;
    padding-bottom: 1em ;
} 

.intro {
    font-family: "Geologica", sans-serif;
    font-weight: bold;
    font-size: clamp(1.313rem, 1.538vw + 0.966rem, 2.813rem);
    text-transform: uppercase;
} 

.legende {
    font-family: "Geologica", sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: clamp(0.688rem, 0.447vw + 0.401rem, 0.938rem);
    text-transform: uppercase;
    padding-top: 1em;
    padding-bottom: 1em;
}

span {
    font-size: 0.75em;
    font-weight:lighter;
}

p {
    font-family: 'Liter', serif;
    font-size: clamp(1rem, 2.436vw + 0.452rem, 3.375rem);
    line-height: 150%;
}

.sonnet1:first-child {
    border-top: solid 1.2px black;
}

.sonnet1 {
    font-weight: 400;
    padding-top: 1em;
}
.sonnet2 {
    font-weight: 400;
}
.sonnet3 {
    font-weight: 400;
}
.sonnet4 {
    font-weight: 400;
    margin-bottom: 1em;
}

.href {
    text-decoration: underline;
    color:black
}