html,body {
  height:100%;
  min-height:100%;
  margin:0;
}
body {
  display:flex;
  align-items:center;
  justify-content:center;
  background-image:url("bg-normal.jpg");
  background-size:auto;
background-repeat: repeat;
}
a{
	color: black;
	text-decoration: none;
}

#freeboardgalactic {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 70px;
    align-self: center;
    position: absolute;
    width: 80%;
    height: 80%;
    border: 4px black solid;
    padding: 4px;
    background-color: white;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
    overflow-y: scroll;
    
}

.homesite {
    position:absolute;
    right:30px;
    bottom:30px;
  }