body {
  font-family: Arial, sans-serif;
  text-align: center;
  margin-top: 8%;
  color: #222;
}

.logo {
  margin-bottom: 0.5em;
}

.notice {
  font-size: 1.3em;
  margin-top: 1em;
}

img.deloitte-logo {
  width: 320px;
  max-width: 90vw;
  height: auto;
  display: block;
  margin: 0 auto;
}

 .access-denied-container {
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      min-height: 100vh;
      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
        'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
        sans-serif;
      padding: 1rem 7rem 7rem;
      box-sizing: border-box;
      max-width: 100%;
    }

    h1 {
      color: #86bc25;
      font-size: clamp(1.25rem, 4vw, 2.125rem);
      margin: 0.75rem 16rem 1.125rem;
      font-weight: 700;
    }

    p.lead {
      color: #666;
      font-size: clamp(0.875rem, 2vw, 1rem);
      margin: 0.625rem 0;
      line-height: 1.6;
    }

    .support-section {
      background-color: #fff3e0;
      border-left: 4px solid #f57c00;
      padding: 15px;
      border-radius: 4px;
      margin-bottom: 25px;
    }

    .support-section p {
      margin: 0;
      font-size: 14px;
      color: #333;
      line-height: 1.6;
    }

    .support-email {
      color: #1976d2;
      text-decoration: none;
      font-weight: 600;
    }
    .margin-left{
	    margin-left: 5rem !important;
	}
    .support-email:hover {
      text-decoration: underline;
      color: #1565c0;
    }
