html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

#app {
  background-color: #0057FF;
  font-family: monospace;
  color: #F4F1ED;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

img {
  margin-bottom: 50px;
}

h1 {
  font-size: 34px;
}