/* Body top margin to allow for navbar */
body {
    margin-top: 60px;
    margin-bottom: 60px;
}


/* Select form element plain styling */
select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

body {
  background-image: linear-gradient(180deg, #eee, #fff 100px, #fff);
}

.container {
  max-width: 960px;
}

.title-header {
  max-width: 700px;
}


.card-img-sat {
  width: 100%;
  height: 90%;
  object-fit: cover;
  overflow: hidden;
}

.classSelection {
  width: 350px;
  height: fit-content;
  border-color: black;
  padding: 5px;
}

#map {
  height: 600px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
  }


