html, body {
  /* background-color: #d2dfae; */
  background-color: #fbd480;
  height: 95vh;
  width: 95vw;
}

img
{
    max-width: 100%;
    min-width: 300px;
    height: auto;
}

.container {
  height: 95vh;
  min-height: 95vh;
	display: flex;
	flex-direction: column;
}

.box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.header {
  margin-top: 2em;
  padding: 0em;
  flex-direction: row;
}

.motto {
  flex: 3;
  font-family: 'Courier New', Courier, monospace;
  font-weight: bolder;
  font-size: 4em;
  text-transform: lowercase;
  margin: 0.5em;
  justify-content: start;
}


#silly-picture {
  margin: 2em;
  flex-direction: row;
}


.footer {
  font-family: 'Courier New', Courier, monospace;
  font-weight: normal;
  font-size: 1.5em;
  text-transform: lowercase;
}
