body {
    background-color: #4d0323;
}

p {
    font-size: clamp(1.5rem, 1.1984rem + 1.3788vw, 2.6875rem);
    margin-left: 180px;

}

.intro {
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 100px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #aff9d9;
}

.legende{
    font-family: "Olimpico", sans-serif;
    font-size: 24px;
    color: #aff9d9;
    margin-left: 180px;
}

.sonnet1 {
    padding-top: 0.5em;
    border-top: solid 1px #aff9d9;
    width: 40%;
    font-family: "questrial", sans-serif,;
    font-size: 32px;
    color: #aff9d9; 
}

.sonnet2 {
    font-family: "Olimpico", sans-serif;
    font-size: 32px;
    color: #aff9d9
}

.sonnet3 {
    font-family: "Aktif Grotesk", sans-serif;
    font-size: 24px;
    color: #aff9d9
}
.sonnet4 {
    font-family: "Lora", serif;
    font-size: 24px;
    color: #aff9d9;
}


