
       body{
           background-color: lightpink;
       }
       
       #bodymovin{
            background-color: lightpink;
            width:100%;
            max-width: 400px;
            height: 100%;
            position: absolute;
            top: 0;
            right: 0;
            opacity: 1;
          }

          .title {
            position: absolute;
            font-family: 'Major Mono Display', monospace;
            color: darkmagenta;
            top: 16px;
            left: 16px;
            font-size: 42px;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            word-spacing: -5px;
          }

        .caption a {
          font-size: 15px;
          font-family: Georgia, 'Times New Roman', Times, serif;
          font-style: regular;
          color: orchid;
          text-decoration: none;
          position: absolute;
            top: 60px;
            left: 16px;
      }
      h3{
        font-family: 'Roboto', sans-serif;
        color: darkmagenta;
        text-align: left;
        font-size: 10px;
        line-height: 12px;
        letter-spacing: 2px;
        margin-top: 10%;
        margin-left: 10px;
      }