*
{
  margin:auto;
}

body
{
  background-image:none;
  font-family:Helvetica;
  margin:0px;
}

div
{
  margin:0px;
  float:left;
}

p
{
  color:rgb(251, 239, 252);
}

button
{
  margin-top:1.25em;
}

.bigFont
{
  font-size: 1.5em;
}

#mainDiv
{
  width:100%;
  height:6em;
  background-image: linear-gradient(145deg, rgba(4, 18, 3, 75%) 0%, rgba(4, 18, 3, 75%) 20%, rgba(4, 18, 3, 50%) 75%, rgba(4, 18, 3, 0%) 85%, rgba(4, 18, 3, 0%) 100%);
}

#headerLogo
{
  float:left;
  height:4em;
  margin:1em;
}
