body {
  background: #ffe3f2 url("https://bfdigf.neocities.org/Background.jpeg"); /*Replace with your own background.*/
	background-size: cover;
	background-attachment: fixed;
  background-position:center;
	background-size: cover; 
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
  }
  
  a:link {
    color:#001427;
    }
a:hover {
  color: #708D81
}
  
  .box {
    margin: 0 auto;
    background:#fff;
    width:600px;
    padding:20px;
    margin-top:30px;
    margin-bottom:15px;
    border-radius:20px;
    border: 12px #3c3C3B double;
    }
    
  /*Prevent overflow of large images in main text areas.*/
.box img {
  max-width: 100%;
  height: auto;
  }
    
  .footer { /*fixed height and bigger bottom margin*/
    text-align:center;
    margin: 0 auto;
    background:#fefefe;
    width:600px;
    height:25px;
    overflow:auto;
    padding:20px;
    margin-top:30px;
    margin-bottom:30px;
    border-radius:20px;
    border: 12px #3C3C3B double;
    }
