h1 {text-align: center;}

p {text-align: center;}

div {text-align: center;
     font-size: 18;}

body {background: #3b1b49 ;
      color: white;
      font-family: Gloria Hallelujah;
     }

a {
  color: white;
  text-decoration: none;
}

footer {
	width: auto;
	background-color: #bf90a8;
  font-size: 15px ;
  max-height: 25px;
  padding-bottom: 50px;
  margin-top: -10px;
  margin-left: 10px;
}

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

.left {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.right {
    text-align: right;
    margin-left: auto;
    margin-right: auto;
}