body {
color: #fff;
font-family: 'Times', serif;
  background-image: url('https://i.pinimg.com/736x/bb/e8/a9/bbe8a98d36f46317248d0ee72b64de93.jpg');
  background-repeat: no-repeat; 
  background-size: cover;        /* Stretches the image to cover the entire area */
  background-position: center;  /* Centers the image in the background */
  background-attachment: fixed;
}

#main {
background-color:whitesmoke;
border: 2px solid;
border-color:#4682B4;
color:#4682B4;
padding: 0px 20px 20px 20px;
width: 60%;
height:auto;
margin-left: 20%;
margin-right: 20%;

}