body {
    text-align: left;
    padding: 2%;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #F3F3F3
}

h1{
    color: #3E04DE;
    font-family: 'Comico', cursive;
    /* width: 500px; */
    font-size: clamp(3.56rem, calc(3.027rem + 2.679vw), 5.44rem);
}

a {
    color: #3E04DE;
    text-decoration: none;
}

p {
    font-size: clamp(1.50rem, calc(1.107rem + 1.964vw), 2.88rem);
    font-family: 'Sentient', serif;
    max-width: 1440px;
}

.intro {
    max-width: 100ch;
    font-size: 16px;
}

.sonnet1 {
    color: #3E04DE;
}

.sonnet2 {
    padding-left: 10vw;
    color: #492B9E;
}
.sonnet3 {
    padding-left: 20vw;
    color: #3B305C;
}
.sonnet4 {
    padding-left: 30vw;
    margin-bottom: 20vh;
    text-decoration: dotted;
    color: #373342;
}


