    body {
      font-family: 'Lato', sans-serif;
      background: #fff;
      margin: 0;
      padding: 20px;
      overflow-x: hidden;


    }
    .title {
        margin-top: -40px;
    }
    .bartitleBTSCMB {
        margin-left: 450px;
        margin-top: 60px;

    }
    .miniD {
        position: absolute; 
        color:#ffffff;
        z-index: 1;     
        background-color: rgba(93,93,93,0.5);
        margin-top: 300px;  
        margin-left: 455px; 
    }

    .fetimg {
     position: relative;       
     bottom: -102px; 
     left: -24px;
     width: 120%;      
     text-align: center;        
     z-index: 0;            
    }
    .buttomstitleS{ 
        padding: 12px 24px;
        border-radius: 8px; 
        border: none;
        cursor: pointer;
        font-size: 20px;
        font-family: 'Lato', sans-serif;
        color: #fff; 
        background: linear-gradient(to top, #ffa200 0%, transparent 100%);
        transition: all 0.4s ease; }
    .buttomstitleS:hover {
     background: linear-gradient(to top, transparent 0%, transparent 100%);
     color: #ffa200; 
    }
    .logo {
      width: 200px;
      height: 200px;
      margin-left:-30px;
      margin-top: -149px;
    }
    h1 {
      font-size: 32px;
      color: #ffa200;
      margin-left: 140px;
      margin-top: -40px;
      user-select: none;
    }
    .psubtitle {
      font-size: 14px;
      color: #ffa200;
      margin-top: 0px;
      margin-left: 140px;
      user-select: none;
    }
        
     .content {
     margin-top: 100px;
     margin-right: 130px;
    }
      .p1 {
      font-size: 20px;
      color: #ffa200;
      margin-top: 80px;
      margin-left: 140px;
      user-select: none;
    } 
