.ContentWrapper{
    position: absolute;
    top: 80px; bottom: 80px; 
    left: 160px; right: 160px;
    min-width: 500px; min-height: 300px;
    z-index: 1;
  }
  .Content{
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 1em;
    z-index: 1;
  }
  .O{
    position: relative;  
    height: 200px; width: 200px;
    top: -40px;
    margin: 0px auto;
    border-radius: 100%;
    background: linear-gradient(200deg,#ff8068,#ff5072);
    z-index: 3;
  }
  .O:after{
    content:'';
    position: absolute;
    left:50px; top:50px;
    height: 100px; width: 100px;
    border-radius: 100%;
    background-color: #fff;
  }

  .title {
    position: absolute;
    font-family: 'Major Mono Display', monospace;
    color: darkblue;
    top: 16px;
    left: 16px;
    font-size: 42px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: -5px;
    z-index: 100;
  }
  
  .caption a {
  font-size: 15px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-style: regular;
  color: blue;
  text-decoration: none;
  position: absolute;
    top: 60px;
    left: 16px;
    z-index: 100;
  }
  h3 {
    font-size: 15px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: regular;
    color: blue;
    text-decoration: none;
    position: absolute;
      top: 60px;
      left: 16px;
      z-index: 100;
    }
  h3{
    font-family: 'Roboto', sans-serif;
    color: darkblue;
    text-align: left;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 2px;
    margin-top: 10%;
  }
  