body {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    overflow-x: hidden;
    width: 100%;
}
body::-webkit-scrollbar{
    display: none;
}
p{
    margin: 0;
    line-height: 150%;
}


.container{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.intro {
    font-size: clamp(1rem, 0.8977rem + 0.5455vw, 1.375rem);
    margin-bottom: 10px;
    border: solid 2px #805959;
    color: #805959;
    padding: 10px;
    margin-inline: 20%;
    font-style: oblique;
    a{
        color: #805959;
        text-decoration: underline;
        transition: ease 0.3s;
    }
    a:hover{
        background-color: #805959;
        color: #f5f5f5;
        padding: 5px;
        border-radius: 5px;
    }
}


.sonnet1 {
    padding-top: 20px;
    margin-left: 60%;

}

.sonnet2 {
    margin-left: 45%;
    
 
}
.sonnet3 {
    margin-left: 15%;
 
}
.sonnet4 {

    padding-bottom: 20px;
   
}

#phrases{
    font-size: clamp(1rem, 0.8636rem + 0.7273vw, 1.5rem);
    width: 500px;
    padding-left: 100px;
}

.scrollBar{
    position: fixed;
    top: 5%;
    right: 10%;
    width: 2px;
    height: 90%;
    background-color: #03045e;
    filter: drop-shadow(0 0 0.5px #03045e);
    border-radius: 50px;
}
.scrollBar__progress{
    height: 100%;
    background-color: #00b4d8;
     border-radius: 50px;
    height: var(--scrollbar-height, 0%);
}
