﻿html{min-height:100%;background-color:#333;background:url("../images/backgrounds/StudioLeipzig.jpg");}html body{min-height:100%;margin:0;}html body #app{min-height:100%;display:flex;flex-direction:column;}html body #app #navigation{display:flex;justify-content:flex-end;margin-right:4px;}html body #app #navigation button{margin:6px 1px;border:0;outline:0;background-color:#777;border-radius:20px;padding:3px 8px;}html body #app #navigation button:hover{background-color:#aaa;}html body #app #text #welcome{color:#fff;text-align:center;font-size:400%;font-family:arial;}