.navbarStyle {
    padding: .5rem 1rem !important;
}

td {
    word-break: break-word;
    max-width: 20rem;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.left-section {
  width: 40%;
  text-align: center;
  padding: 20px;
}

.logo {
  max-width: 200px;
  margin-bottom: 20px;
}

h1 {
  margin-bottom: 10px;
}

.start-button {
  border-radius: 10px;
  background-color: #3788ff;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-top: 20px;
  cursor: pointer;
}

.time-info {
  margin-top: 20px;
  font-size: 14px;
}

.right-section {
  overflow: hidden;
}

.building-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}