  body {
      min-height: 100vh;
      display: flex;
      flex-direction: column;

  }

  .content-wrapper {
      flex: 1;
      background-color: #1B1B1E;
  }

  .logo {
      display: inline-block;
      margin-right: 10px;
  }

  .img-box {
      max-width: 100%;
      height: auto;
  }

  .typewrite {
      text-decoration: none;
      color: #58A4B0;
  }




  .container {

      margin-top: 50px;
  }

  h1 {
      margin-top: 100px;
  }





        .content {
            /* max-width: 2160px; */
            width: 100%;
            height: 100%;            
            margin: 0 auto;            
            border-radius: 15px;
            box-shadow: 0 10px 10px rgba(0,0,0,0.3);
            overflow: hidden;
            
        }     
            
      footer {
            
            margin-top: 0px;

        }

        
        .tab-content {
            display: none;
        }
        
        .tab-content.active {
            display: block;
        }
        
        .pdf-viewer {
            width: 100%;
            height: 1600px;
            border: 2px solid #58a4b0;
            border-radius: 8px;
            margin-bottom: 0px;
        }
        
