body {
    background: url("../Images/OrangeClouds.jpeg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    font-family: 'Sansita Swashed', cursive;
  }

Strong {
  color:  rgb(168, 166, 166);
  text-size-adjust: 30px;
}

image {

    font-size: 20px;

}

footer {
  background-color: rgb(168, 166, 166);
}

