@font-face { font-family: YGUILight; src: url('webdata/fonts/yugothil.ttf'); }
@font-face { font-family: Lato; src: url('webdata/fonts/Lato-Regular.ttf'); }

body
{
	background: rgba(0,0,0,0.05);
    background-image: url("http://tree.ac/otherdata/LighterReflections.png");
    background-repeat: no-repeat;
    background-size: cover;
	font-family: Lato, sans-serif, monospace;

}

div#app-local-content-app
{
	font-family: Lato, sans-serif, monospace;
	margin: 30px;
	margin-left: 4%; 
	margin-right: 6%;
	padding-bottom: 50px;
	width: 90%;
	overflow-y: auto;
}

h3 {
	margin-bottom: -10px;
}

.container {
  display: flex;
  justify-content: center;
  min-height: 900px;
  height: 90vh;
}

@media (min-height: 950px) {
  .container {
     align-items: center;
  }
}