body {
background-color: #1E5799;



}

::selection {
	background: #102F52; /* Safari */
	text-shadow: none;
	}
::-moz-selection {
	background: #102F52; /* Firefox */
	text-shadow: none;
}

div#wrap {
  min-width: 500px;
  margin: 0 auto;
  margin-top: 100px;
  text-align: center;
}

p {
  color: white;

}

p#cite {
  color: #5194DD;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 20px;
  text-shadow: -1px -1px 0px #102F52, 1px 1px 0px #1B4B81;
}

p#name {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #5194DD;
  text-shadow: -1px -1px 0px #102F52, 1px 1px 0px #1B4B81;
}