html {
  background-image: url(/images/bg-frames/gladly-bg04-washed.jpg);
  background-size: cover;
  background-position: center center;
  min-height: 100vh; }

article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  text-align: center;
  padding: 0 1rem; }

p, header, h1 {
  margin: 0;
  text-align: center; }

h1 {
  font-size: 1.5rem;
  margin-bottom: 1rem; }

p {
  font-size: 1.2rem; }

#glad_logo {
  display: block;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 100px; }
