body {
    background-color: #cbb8a3; 
    color: #000000;           
    font-family: 'IBM Plex Mono';
    margin: 0;
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
}

p {
    font-size: clamp(1.125rem, 0.95rem + 0.8vw, 1.5rem); 
    margin-bottom: 80px; 
    text-align: center;
    line-height: 1.4;
}

a{
    color: rgb(0, 0, 0);
}

.intro {
    font-size: 23px;
    color: #000000; 
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 80px;
    opacity: 0.5;
    font-weight: bold;
}

.sonnet1 {
    font-weight: 400;
}

.sonnet2 {
    font-weight: 400;
}
.sonnet3 {
    font-weight: 400;
}
.sonnet4 {
    font-weight: 500;
}


