:root {
    font-size: clamp(1.125rem, 0.9657rem + 0.6536vw, 1.75rem);
}

body {
    font-family: "Outfit", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
}

p {
    margin-bottom: 1.414em;
    max-width: 800px;
    justify-self: center;
    
}

.intro {
    font-weight: 500;
}

.sonnet1 {
    margin-bottom: 1.2em;
}

.sonnet2 {
    margin-bottom: 1.2em;
}
.sonnet3 {
    margin-bottom: 1.2em;
}
.sonnet4 {
    margin-bottom: 56px
}


