body {

}

p {
    line-height: 32px;
}

a {
    font-family: "Italiana", serif;
    font-weight: 400;
    font-style: italic;
    color: black;
}

.intro{
    font-family: "Urbanist", serif;
    font-weight: 100;
    width: 50%;
}

.Italiana_Italic{
    font-family: "Italiana", serif;
    font-weight: 400;
    font-style: italic; 
}


.sonnet1 {
    font-family: "Oswald", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 45px;
}

.sonnet2 {
    font-family: "Italiana", serif;
    font-weight: 400;
    font-style: italic; 
    font-size: 35px;
}
.sonnet3 {
    font-family: "Urbanist", serif;
    font-weight: 100;
    font-size: 25px;
}
.sonnet4 {
    font-family: "Gruppo", serif;
    font-weight: 400;
    font-size: 20px;
}

.container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

#phrases{
    height: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    border: solid;
}


