﻿body{
  /* background-image: url("pics/drops2.png"); */
  background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;     
}
ul {
  list-style: none;
}
ul li::before {
  content: "";
  background-image: url(pics/fb-heart.gif);
  background-size: contain;
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  top: 0.1rem;
  margin-right: 0.2rem;
}
h1 {
	color: white;
    position: relative;
    top: 50px;
    font-family: Courier New;
    font-size: 4rem;
    right: -100px;
}

.center {
	margin: 90px 0px 0px -100px;
  text-align: center;
}