html {
    height: 100%;
  }

  body {
    margin: 0;
    line-height: 1.6;
    font-size: 18px;
    color: #444;
    padding: 0;
    overflow-y: scroll;
    background-color: #fbf8f5;
    background: url("assets/flowers-left.png") left bottom no-repeat,
      url("assets/flowers-right.png") right top no-repeat;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }

  h1,
  h2,
  h3 {
    line-height: 1.2;
  }

  a {
    text-decoration: none;
  }

  header {
    text-align: center;
    margin: 0 0 5em 0;
    background-color: #2e3b5b;
    padding: 1em;
    color: #fff;
    font-size: 1.73em;
    font-weight: bold;
  }

  header span {
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  header img {
    vertical-align: middle;
  }

  .intro {
    margin-bottom: 3rem;
  }

  article.content-wrapper {
    margin-bottom: 1em;
  }

  article.content-wrapper section {
    text-align: center;
  }

  article.content-wrapper hr {
    max-width: 30em;
  }

  section img {
    max-width: 100%;
    height: auto;
  }

  .mui-btn--primary {
    background-color: #2e3b5b;
  }

  .mui-btn--primary:hover,
  .mui-btn--primary:focus {
    background-color: #31487d;
  }

  footer {
    margin-top: auto;
    text-align: center;
  }

  footer hr{
    max-width: 65%;
  }

  footer .guh {
    display: inline-block;
    height: 2em;
    width: auto;
    margin: 0 -1em 0 0;
  }