body {
  /* display: inline; */
  width: 100%;
  height:auto;
  background-image: url(../images/BlueandPink_20211109_1.png);  
  background-position: center 10%; 
  /* background-position: center center; */
  /* background-repeat: repeat; */
  background-repeat:no-repeat;  
  background-attachment: fixed; 
  /* background-size: cover; */
  background-size:cover;
 }


footer {
  clear:both;
  width: 100%;
  height:50px;
  text-align:right;
  font-size:0.9em;
  background-color: white;
  background-repeat:no-repeat;
  padding-top:20px;
  display:block;
  position: absolute;
  bottom: 0;
}

