/* Main Styles */
body {
    background-color: LightSeaGreen;
	background-image: url("../images/Billy Fiddle1.jpg");
    /* background-repeat: no-repeat;*/
    background-size: 100%;
}
img.full {
    border-radius: 24px;
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:90%;
    height:90%

}
img.half {
    border-radius: 24px;
    max-width: 100%;
    height: 49%;
    width: 49%;
    padding: 12px;
    box-sizing: border-box;
    }