
body {
    color: darkorchid; 
    font-family: 'batmanforeveralternateregular';
 background: url(bgimage.jpg);
  background-repeat: no-repeat;
  background-size: auto 100%;}

h1 {
  color: #eb5286;
  text-align: center;
}

p {
  font-size: 20px;
  color: #d54be3;
}

.tiny {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 10%;
}

.blink {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.container {
  text-align: center;
}

.myUL {
  display: inline-block;
  text-align: left;
  color: #494af5
}

h1 {text-align: center;}
p {text-align: center;}
div {text-align: center;}
li {text-align: center;}