 body, html {
      height: 100%;
      margin: 0;
      background-color: rgba(255, 255, 255, 0.95);
      background-size: contain;
      background-image: linear-gradient(rgb(255 255 255 / 79%), rgb(255 255 255 / 84%)), url(../logos/logo.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      font-family: Arial, sans-serif;
      
    }

    .centered-container {
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      text-align: center;
    }

    .btn-custom {
      width: 200px;
      margin: 10px;
      background:#004d40;
      color:#fff;
    }
    .btn-custom:hover{
        background:#d6ebe7;
        color:#000;
    }
    .mb-4{
       background: #000;
        color: #fff;
        border-radius: 16px;
        padding: 2px 8px 3px 10px;
    }