body {

    background-color: rgb(226, 250, 216);

    margin: 46px;

}

p {
 
    font-family: "Merriweather", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 23px;

    margin-bottom: 46px;
    font-size: clamp(1rem, 0.4531rem + 1.75vw, 1.4375rem);

}

.intro {

    font-size: 18px;
    margin-bottom: 54px;
    font-size: clamp(1rem, 0.8438rem + 0.5vw, 1.125rem);

}

a{

    color: rgb(9, 107, 64);

}

a:hover{

    color: rgb(86, 232, 24);

}

.sonnet1 {

    background-color: white;
    border-radius: 15px;
    padding: 20px;

}

.sonnet2 {

    background-color: white;
    border-radius: 15px;
    padding: 20px;

}
.sonnet3 {

    background-color: white;
    border-radius: 15px;
    padding: 20px;

}
.sonnet4 {

    background-color: white;
    border-radius: 15px;
    padding: 20px;

}