body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
}

header {
  background-color: black;
  color: white;
  padding: 5px 0;
  text-align: center;
}

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

.headerlogo {
height: 130px;
}

nav {
  background-color: #f8f8f8;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

nav a {
  float: left;
  display: block;
  color: #333;
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
}

nav a:hover {
  background-color: #ddd;
  color: #1c5e94;
}

.main-content {
  padding: 20px;
}

.footer {
  background-color: #333;
  color: white;
  text-align: center;
  padding: 10px 0;
  position: relative;
  bottom: 0;
  width: 100%;
}

.card-img-top {
  width: 415px; /* Replace 300 with your desired width */
  height: auto;
  object-fit: contain;
  border-radius: 0.25rem; /* Optional: Rounded corners */
}

.card-img-listing {
  width: 450px; /* Replace 300 with your desired width */
  height: 450px;
  object-fit: contain;
  border-radius: 0.25rem; /* Optional: Rounded corners */
}