.link_white {
  color: white;
  text-decoration: none;
}

.g_info {
  color: #1b9;
}

a {
  color: #7ac;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

table {
  border-collapse: collapse;
  border: 1px solid white;
  margin-left: 100px;
}

th, td {
  border: 1px solid white;
  padding: 20px; /* Adjust padding as needed */
}

.display {
  display: flex;
  justify-content: left;
  margin-left: 70px;
  padding: 10px;
  gap: 10px;
}

.logo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}

.logo-item {
  margin-bottom: 10px;
}

.logo-item img {
  max-width: 200px;
  height: 80px;
  border-radius: 5px;
}