html, body {
  background-color: black;
  height: 100%;
}

body {
  background-image: url("Logo.png");
  background-size: 327px 366px;
  background-repeat: no-repeat;
  background-position: 99% 99%;
  background-attachment: fixed;
}

#container {
  text-align: center;
}

#content {
  display: inline-block;
  width: 100%;
}

h1, h2, h3 {
  color: #FF9900;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

p, li, a {
  color: #FFF;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a {
  text-decoration: none;
  color: #FF9900;
}

img {
  max-width: 90%;
}

input[type=submit] {
  background-color: #FF9900;
  color: #000;
  padding: 10px 10px;
  box-sizing: border-box;
  font-size:40px;
  border-color: #FF9900;
}

input[type=submit]:hover {
  background-color: #000;
  color: #FF9900;
}