body, h1, p, img, table, th, td {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Poppins', sans-serif;
  background-color: #f0f0f0;
  color: gray;
  text-align: center;
  padding: 0%;
  margin: auto;
}

.logo {
  max-width: 150px; 
  max-height: 100px; 
}

.banner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 60px;
}

.center{
  margin-right: 420px;

}

h1 {
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 10px;
}

img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

table {
  border-collapse: collapse;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 60px;
  background-color: #ffffff;
}

th, td {
  border: 3px solid #9e9d9d;
  padding: 20px;
  text-align: left;
}

th {
  background-color: #3A3B3C;
}

th.thick {
  font-weight: bold;
}

td.thick {
  font-weight: bold;
}

td.darker {
  color: #000000;
}

@media (max-width: 768px) {
  h1 {
      font-size: 28px;
  }
}

#index3 .container {
  display: flex;
  justify-content: center; 
  align-items: center; 
  flex-wrap: wrap;
  margin-top: 100px;
}

#index3 .text-container {
  flex: 1; 
  padding: 40px;
  border-radius: 15px; 
  background-color: #f0f0f0; 
  margin: 20px; 
}


#roomButton {
  background-color: #3A3B3C;
  color: white;
  font-weight: bold;
  padding: 20px 40px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
}

p.thick {
  font-weight: bold;
}


#roomButton:hover {
  background-color: #4b4d4e;
} 

#uploadButton {
  background-color: #3A3B3C;
  color: white;
  font-weight: bold;
  padding: 20px 50px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
}

#uploadButton:hover {
  background-color: #4b4d4e;
}

input[type="file"]::file-selector-button {
  background-color: #3A3B3C;
  color: white;
  font-weight: bold;
  padding: 20px 40px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
}

input[type="file"]::file-selector-button:hover {
  background-color: #4b4d4e;
}

#viewImageButton{
  background-color: #3A3B3C;
  color: white;
  font-weight: bold;
  padding: 20px 40px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;

}
#viewImageButton:hover {
  background-color: #4b4d4e;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.02);
  padding: 20px 0;
  text-align: center;
  flex-shrink: 0;
  width: 100%;
}
