:root{
    font-size: clamp(1.125rem, 0.0313rem + 3.5vw, 2rem);
}
body {
    background-color: black;
    color: white;
    font-weight: 500;
    font-family: "Poppins", serif;

    font-style: normal;
}

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

}

.intro {
    margin-bottom: 64px;
}

.sonnet1 {
    font-weight: 300;
    margin-bottom: 1.2em;
}

.sonnet2 {
    font-weight: 300;
    margin-bottom: 1.2em;
}
.sonnet3 {
    font-weight: 300;
    margin-bottom: 1.2em;
}
.sonnet4 {
    font-weight: 300;
    margin-bottom: 128px;
}   


