*{
    margin: 0; padding: 0; box-sizing: border-box;
}

body{
    background-color: #EEE;
}

h1{
    color: #4B0082;
    font-size: 34pt;
    font-weight: bolder;
    letter-spacing: 1px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin: 40px 300px 8px 300px;
}

h2{
    font-family: Arial, sans-serif;
    font-weight: lighter;
    color: rgb(75, 73, 73);
    line-height: 30px;
    padding-bottom: 10px;
     margin: 0px 300px;
}

.paragraph{
    column-count: 2;
    margin: 0px 300px;
    column-gap: 30px;
}

p, p1{
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(75, 73, 73);
    hyphens:auto;
    text-align: justify;
}

p{
    text-indent: 20px;
}

.blockquote{
    break-inside: avoid;
    display: inline-block;
}

.pull{
    width: 400px;
    margin-left: -140px;
    padding: 15px 0px;
    color: hsl(190, 100%, 20%);
    font-weight: bolder;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.pull1{
    font-size: 20pt;
}

.pull2{
    font-size: 8pt;
}

footer{
    padding-top: 25px;
    padding-left: 150px;
    color: rgb(48, 48, 48);
    font-weight: bolder;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 10pt;
    letter-spacing: .75px;
}