body {
  font-family: Arial, sans-serif;
  background: white;
  display: flex;
  justify-content: center;
  height: 100vh;
  margin: 0;
}

.container {
  display: flex;
  justify-content: center;
  padding-bottom: 100px;
  margin-top: 100px;
}

.button {
  background-color: #4285F4;
  color: white;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  display: inline-block;
  margin-top: 1rem;
}

.user-info img {
  border-radius: 50%;
  margin-bottom: 1rem;
}

.alert {
  font-size: 4.2rem;  
  text-align: center;
  margin-top: 170px;
}

.logo-container {
  margin-top: 60px;
  text-align: center;
  margin-bottom: 180px;
}

.logo {
  width: 450px;
  height: auto;
}

.dt-container .dt-scroll .dt-scroll-head {
  position: sticky !important;
  top: 0;
  z-index: 10;
}