body {
  background-image: url("Paint.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  background-attachment: fixed;
  color: black;
  font-family: 'Georgia';
  text-align: center;
}

#main {
background-color:white;
border: 1px solid;
overflow: scroll;
border-color:darkgrey;
color:#333333;
padding: 20px 20px 20px 20px;
width:1178px;
height:434px;
margin-top: 6.8%;
margin-left: 11.8%;
margin-right: 2.2%;
margin-bottom: 10%;
}