body {
  font-weight:700;
  color: red;
  font-family: 'Arial', sans-serif;
  font-size: 20px;
}

h3 {
  font-weight:900;
  color: black;
  font-family: 'Arial', sans-serif;
  text-align: center;
  line-height: 1;
}
h1 {
  line-height:0px;
  font-size: 50px;
  color: red;
  font-family: "Jacquard 12", system-ui;
  font-weight: 100;
  font-style: normal;
  letter-spacing:5px;
  text-align: left;
}


body {
  background: url('koreanchurch2.JPG') no-repeat center center fixed;
  background-size: contain;
  /* Always provide a background color in case the image fails to load */
  background-color: orange; 
  background-attachment: scroll;
  background-repeat: repeat;
}

img {
    float: right;
    margin-left: 15px; /* Adds space between the image and the text */
    margin-bottom: 10px
}

#citypic {
    float: left;
    margin-left: 15px; /* Adds space between the image and the text */
    margin-bottom: 10px
}













