html {
  font-size: 10px; }

article {
  padding: 100px 1rem 0 1rem;
  text-align: center; }
  article img {
    width: 100%;
    max-width: 500px; }
  article h1 {
    font-size: 2.5rem; }
  article .glad_button_wrap {
    display: flex;
    justify-content: center;
    margin-top: 3rem; }
  article .glad_link_wrap {
    display: flex;
    justify-content: center;
    margin-top: 2rem; }
    article .glad_link_wrap a {
      display: block;
      font-size: 1.6rem;
      padding: 1rem 2rem;
      position: relative; }
      article .glad_link_wrap a:after {
        content: '\b7';
        display: block;
        position: absolute;
        top: 0;
        line-height: 38px;
        right: -2px; }
      article .glad_link_wrap a:last-of-type:after {
        content: none; }

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