body {
  background-image:
    linear-gradient(to bottom, rgba(255, 255, 255, 0.60), rgba(255, 252, 221, 0.73),rgba(170,141,152,0.85)),
    url('https://wynda.neocities.org/122.png');repeat fixed;
  background: #98e9f4 url() 
  background-attachment: fixed;
  background-position:center;
        background-size: cover;
  color: #111123;
  font-family: 'Open Sans', 'Helvetica', sans-serif;
  font-size: 15px;
  overflow-x: auto; /*this was causing issues*/
}
  a {
    color:#663348;
    }
  
  .box {
    margin: 0 auto;
    background-image: linear-gradient(135deg, lightyellow, lightpink, lightgrey);
    width:600px;
    padding:20px;
    margin-top:30px;
    margin-bottom:15px;
    border-radius:20px;
    border: 12px #c77f84
    }
    
  /*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 #c77f84
    }

