* {
    margin:0;
    padding:0;
    border: 0;
    box-sizing: border-box;
}

body {
    background-color: #eee;
    font-family: Verdana, Geneva, Tahoma, sans-serif;

}

h1 {
    font-weight: bold;
    color: rgb(96, 9, 96);
    margin-top: 50px;
    margin-left: 20%;
    margin-bottom: 10px;
    font-size: 40pt;
}

h2 {
    font-weight: lighter;
    margin-top: 15px;
    margin-left: 20%;
    margin-right: 8%;
    margin-bottom: 10px;
    line-height: 1.5;
}

.columns {
    column-count: 2;
    column-gap: 30px;
    text-align: justify;
    margin: 25px 8% 0px 20%;
} 

/*
 
.pullquote {
    color: blue;
    float: left;
    shape-outside: polygon(0 0, 100% 100%);
    shape-margin: 1em;
   /* position: relative;
   position: relative;
        top: 0px; left: 0px;
    }
     */

    blockquote {
        width: 100%;
        border: 2px solid transparent;
        margin: 10px 10px 10px -30%;
        padding: 5px;
        font-weight: bold;
        font-size: 20pt;
        text-align: left;
        color:rgb(1, 139, 231)
    }

    blockquote p {
        font-size: x-small;
        text-transform: uppercase;
    }
        
footer {
    font-size: smaller;
    font-weight: bold;
    padding-top: 50px;
    margin-left: 10%;
    margin-bottom: 20px;
}