.paulpimg{
    width: 100%;
    height: 65vw;
    background-color: #000000;
}
.paulcontent{
   display: flex;
   justify-content: center;
   flex-direction: row-reverse;
   column-gap: 1vmax;
}
.paulherotext{
    align-items: center;
    padding-top: 5vmax;
    width: 40vmax;
    height: 100%;
}
.paulheroimg{
    align-items: end;
    padding-top: 13vmax;
    width: 45vmax;
}
#logo h3{
    color: white;
}
.pauloverview{
    background-color: #BF1506;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    color: white;
    padding: 20vw 20vw 20vw 20vw;
}
.pauloverview h4{
    color: #F7E764;
}
.paulmainpic{
    background-color: #F7E764;
    padding-bottom: 10vw;
    padding-left: 10vw;
    padding-right: 10vw;
}
.paulcaption{
    text-align: center;
    color: black;
    font-weight: 600;
}
.paultypography{
    background-color: black;
    height: 2000px;
    width: 100%;
    padding: 20vw 20vw 20vw 20vw;
}
.paulfontspan{
    color: #BF1506;
}
.paulotherfonts{
    color: #BF1506;
}
.typoheading{
    color: white;
    text-decoration-line: underline;
    text-underline-offset: 15px;
    text-decoration-color: #BF1506;
    text-decoration-thickness: 4px;
}
.tools{
    text-decoration-color: #EC494D;
}
.colorpalette{
    color: white;
    padding-top: 20vw;
    text-decoration-line: underline;
    text-underline-offset: 15px;
    text-decoration-color: #BF1506;
    text-decoration-thickness: 4px;
}
.fontname{
    color: #888888;
    padding-top: 50px;
}
.Colormain{
    color: #888888;
    padding-top: 50px;
}

.maintitle{
    color: white;
    padding-top: 10px;
}
.chapterheading{
    color: white;
    padding-top: 10px;
}
.fontspan{
    color: #F7E764;
}
.fonts{
    display: flex;
    justify-content: flex-start;
    gap: 30px;
}
.otherfonts-1{
    padding-top: 10px;
    color: white;
}
.otherfonts{
    color: #F7E764;
}
.maincolorbox{
    display: flex;
    flex-flow: row wrap;
    flex-direction: row;
    justify-content: flex-start;
    padding-top: 30px;
    gap: 30px;
}
.colorbox-1{
    width: 230px;
    height: 100px;
    border-radius: 1cap;
    background-color: #F7E764;
    text-align: right;
    padding-top: 60px;
    padding-right: 20px;
    font-weight: 700;
}
.colorbox-2{
    width: 230px;
    height: 100px;
    border-radius: 1cap;
    background-color: #462D16;
    text-align: right;
    padding-top: 60px;
    padding-right: 20px;
    font-weight: 700;
}
.colorbox-3{
    width: 230px;
    height: 100px;
    border-radius: 1cap;
    background-color: #305DA0;
    text-align: right;
    padding-top: 60px;
    padding-right: 20px;
    font-weight: 700;
}
.colorbox-4{
    width: 230px;
    height: 100px;
    border-radius: 1cap;
    background-color: #8BC8D9;
    text-align: right;
    padding-top: 60px;
    padding-right: 20px;
    font-weight: 700;
}   
.paulillustrationsection{
    background-color: #BF1506;
    width: 100%;
    height: 100%;
    padding: 20vw 20vw 20vw 20vw;
    overflow: hidden;
}
#paulillustration{
    height: 100vw;
    display: flex;
    justify-content:center;
    column-gap: 20px;
    overflow-y: hidden;
}    
.mainillustrationofpaul{
    position: relative;
    height: 800px;
    overflow: hidden;
    margin: 50px 0px;
}
#paulp1{
    height: 150%;
    width: 300px;
    overflow-y: hidden;
}
.mainpaulp2{
    width: 230px;
    position: relative;
    width: 250px;
}
#paulp2{
    top: -78vw;
    position: relative;
    height: 150%;
    width: 230px;
}
#paulp3{
    height: 150%;
    width: 300px;
    overflow-y: hidden;
}
.illustration{
    color: white;
    text-decoration-line: underline;
    text-underline-offset: 15px;
    text-decoration-color: black;
    text-decoration-thickness: 4px;
}
