body {
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 16px;
    background-color: dimgrey; 
    color: #000000;
    padding-top: 8px;
    padding-left: 5%;
    padding-right: 5%;
    /* padding: 10px; */
}

#main {
    /*position: relative;*/
    padding: 5px;
    padding-left:  5%;
    padding-right: 5%;
    background-color: #ffffff;
    border-radius: 15px 15px 15px 15px;
    overflow: auto;
}

.left {
    float: left;
    /*top: 2%;
    left: 3%;*/
}

.right {
    float: right;
    size: 50%;
    /*top: 2%;
    right: 3%; */
}

.bot {
    float:left;
    float: bottom;
    clear: left;
}

img {
    max-width: 200px;
    height: auto;
}

img {
    border-radius: 8px;
}

h1 {
    font-family: Georgia, serif;
    border-bottom: 3px solid #000000;
    color: #000000;
    font-size: 30px;
}
