.fit-cover {
  object-fit: cover;
}

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

.logo {
  width: 1000px;
  height: 500px;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  margin: 0 10px;
}

.button img {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}

.button:hover {
  background-color: #45a049;
}

.button-container2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.button2 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background-color: #1E1B1B;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  margin: 0 10px;
}

.button2 img {
  width: 100px;
  height: 100px;
  margin-right: 8px;
}

