@charset "utf-8";
/* CSS Document
prymusStyles.css
08/12/19
updating the styles to integrate into technovice

*/
div#content{
    width: 70%;
    margin-left: auto;
    margin-right: auto;   
}

div#content h2{
    clear: both;
}

div.scroll {
    background-color: #FEF5BC;
    width: 20%;
    height: 200px;
    overflow: scroll;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: right;
    float: left;
    margin-left: 20px;
    border: double gray 4px;
}

img#outputPic {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
}
