body {
  background-color: white;
  color: black;
  font-family: Sans-Serif;
  font-size: 1.5em;
  line-height: 1.5em;
  margin: 2em;
  background-image: url("bg.png");
  background-repeat: repeat;
}

P {
  color: #1a1a1a;
  /* text-align: justify; */
  font-size: 1.5em;
  line-height: 1.4em;
}

h1 {
  font-family: 'Shrikhand', cursive;
  color: red;
  font-size: 4em;
  line-height: 1em;
  }

h2 {
  font-family: 'Yeseva One', cursive;
  color: red;
  font-size: 2.5em;
  line-height: 1.1em;
  text-align: center;
}

li {
  color: #1a1a1a;
  /* text-align: justify; */
  font-size: 1.5em;
  line-height: 1.4em;
}

.dec {
  display: inline;
  }

.center {
    display: inline-bock;
    margin-left: auto;
    margin-right: auto;
}

.pic {
  display: block; 
  margin-left: auto; 
  margin-right: auto; 
  width: 60%;
}

.footer {
  font-size: .5em;
  margin-top: -1.5em;
  }