@import url(https://fonts.googleapis.com/css2?family=Merriweather);

body {
  background-color: rgb(84, 192, 228);
  background-image: url(/image/flower.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

h1 {
  font-family: Merriweather;
  color: #fcc200;
  margin: 0.5%;
}

h2 {
  font-family: Merriweather;
  color: #fcc200;
  margin: 0.5%;
}

h3 {
  font-family: Merriweather;
  color: #fcc200;
  margin: 0.5%;
}

p {
  font-family: Merriweather;
  text-align: justify;
  color: #f78062;
  margin: 0.5%;
}

a {
    color: #fcc200;
    background-color: #315991;
}

div {
  background-color: #315991;
  border-style: solid;
  border-color: #fcc200;
  margin: 2.5%;  
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-bottom: 20px;
}

li {
  font-family: Merriweather;
  font-size: 18px;
  color: #f78062;
  margin: 0.5%;
}

q {
  font-family: Old Standard TT;
  font-size: 30px;
  font-style: italic;
  font-weight: bolder;
  color: #fcc200;
  display: flex;
  margin: 2.5%;
  background-color: #315991;
}