body {
    font-family: "Lato", sans-serif;
    color: #4a4a4a;
    font-size: 13px;
    line-height: 1.67;
    background: #f7f7fa;
    font-weight: 400; 
  }
  .padd0{
    padding: 0px;
  }
  .logo{
    max-width: 100%;
    height: 45px;
  }
  .header{
    min-height: 75px;
    background: #fff;
    width: 100%;
    padding: 10px;
  }
  .main-section{
    width: 100%;
    position: relative;
    min-height: 500px;
  }
  .code-view {
      max-width: 800px;
      height: 82vh;
      overflow-y: auto;
      background: #2e3c56;
      color: #05e7e6;
      font-size: 10px;
      border: 8px solid #2e3c56;
      padding: 0px;
  }
  pre{
    font-size: 15px;
  }
  .code-section{
    height: 500px;
    overflow-y: auto;
  }
  .html_view{
    padding: 0px;
  }
  .code-view-head {
    height: 35px;
    background: #0ebac5;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  pre.text-code {
      color: #05e7e6;
      background: #2e3c56;
      border: none;
  }
  pre.text-code span {
      color: #fff;
  }
  .copy-btn {
      width: 79px;
      height: 25px;
      background-color: #ffffff;
      float: right;
      color: #000;
      border: 1px solid #fff;
      font-size: 12px;
  }
  .button-section{
    min-height: 43px;
    padding: 10px;
  }
  .my-btn{
    margin-top: 7px;
  }
  .link_btn{
      text-align: right;
      margin-top: 0px;
      margin-bottom: 0px;
  }
  .my-btn, .my-btn:hover{
    background-color: #0ebac5;
    padding: 7px 20px;
    color: #fff;
  }
  .soceal{
    
    margin-top: 0px;
    color: #9b9b9b;
    margin-bottom: 0px;
    padding-left: 0px;
  }
  .soceal li{
    display: inline-block;
    margin: 0px 6px;
  }
  .soceal li a{
    display: block;
    height: 25px;
    width: 25px;
    padding: 5px 2px;
    text-align: center;
    background: #9fa3a7;
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
  }
  .soceal li a.fb:hover{
    background: #365899;
  }
  .soceal li a.twi:hover{
    background: #55ACEE;
  }
  .soceal li a.lin:hover{
    background: #007BB6;
  }
  .soceal li a.you:hover{
    background: red;
  }
  .header .soceal{
    margin-top: 12px;
  }
  .copy-code iframe{
    border:0px;
    height: 82vh;
  }
  .titel_url{
      font-size: 12px;
    font-weight: 500;
    color: #9b9b9b;
    position: absolute;
    left: 75px;
    margin-top: -4px;
  }
  .center_brow{
    padding-left: 0px;
    text-align: center;
    margin-top: 5%;
  }
  .center_brow li{
    display: inline-block;
    margin: 10px 15px;
  }
  .cent_img{
    margin-left:auto;
    margin-right: auto;
    display: block;
  }
  
  @media (max-width: 1200px) { 
    .button-section {
      min-height: 65px;
    }
  
  }
  
  @media (max-width: 800px) { 
  
    .soceal {
      text-align: left;
      margin-top: 10px;
      padding-left: 0px;
    }
    .link_btn {
      text-align: center;
      margin-top: 20px;
    }
    .code-view{
      height: auto;
    }
    
  
  }