* {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100%;
}

#wrapper {
  width: 100%;
}

#background {
  font-family: verdana;
  width: 100%;
  height: 500px;
  padding-top: 10%;
  padding-bottom: 20%; 
  background-color: #eeefff;
}

.info {
  text-align: center;
}

.info ul {
  list-style: none;
  list-style-type: none;
  line-height: 1.5;
  color: #181828;
  font-family: Courier;
}

.info li b{
  text-shadow: 2px 2px #777888;
  font-size: 500%;
  
}

.info li a {
  font-size: 300%;
  text-decoration: none;
  color: #181828;
}

.info li a:hover {
  color: #d6d7e7;
}

footer {
  width: 100%;
  height: 10%;
  background-color: #303040;
  position: absolute;
  margin-top: auto;
  margin-bottom: 0;
  z-index: -1;
}

.contact {
  height: 60%;
  padding-top: 2%;
  font-family: verdana, sans-serif;
  text-align: center;
}

.contact ul {
  list-style: none;
  list-style-type: none;
  color: #eeefff;
}

.contact li {
  font-family: verdana, sans-serif;
  display: inline;
  margin: 10%;
}

.contact a {
  color: #eeefff;
  text-decoration: none;
  font-family: verdana, sans-serif;
}

.contact a:hover {
  color: #858585;
}
