/* CSS Document */

body {
	background-image: url("../images/grass-tile.jpg")
}
.logobox {
  display: flex;
  flex-flow: column;
  justify-content: center; /* Horizontal */
  align-items: center;    /* Vertical */
  height: 100dvh;          /* Full browser height */
}
.logo {display: block;
max-height: 90%;
max-width: 90%;}
.logobox h1 {display: block;}