@font-face {
    font-family: 'Consolas';
    src: url('/Fonts/Consolas.ttf') format('truetype'); 
    font-weight: normal;
    font-style: normal;
}

body {
  font-family: 'Consolas';
  background-image: url("Assets/purple-stars-bg.gif");
  text-align: center;
  color: white;
}
 
img {
    padding: 0;
    display: block;
    margin: 0 auto;
    max-height: auto;
    max-width: 50%;
}

.container {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.container h2 {
  text-align: left;
}

.container h3 {
  text-align: left;
}
.container h1 {
  text-align: center;
}
.container p {
  text-align: left;
}
.footer {
  padding-top: 50px;
  padding-bottom: 0px;
}

.footer img {
  display: inline-block;
  padding: 0px;
}

.homeButton {
    position:fixed;
    left: 50px;
    top: 20px;
}