body {
    color: #A65221;
    margin: 40px;
     font-family: "marine", sans-serif;
     font-weight: 700;
     font-style: normal;
     font-size: 20px;
     background-color: #D9B6A3;
     font-size: clamp(1.0625rem, 0.875rem + 0.6vw, 1.25rem);
}

p {
    width: 100%;
    height: 50%;
    border-radius: 20px;
    background-color: #BF8580;
    text-align: center;
    padding: 10px;
    

}

.intro {
    color: #BF8580;
    background: none;
    text-align: left;
    

}

.sonnet1 {
    color: #A65221;;
    background: none;
}

.sonnet2 {
    color: white;
    background: none;

}
.sonnet3 {
    color: #A65221;
    background: none;

}
.sonnet4 {
    color: white;
    background: none;

}


