body {
  background-color: rgba(103, 190, 224, 0.836);
}

h1 {
  text-align: center;
}

.lixo {
  width: 50px;
  height: auto;
}

.fundomenu {
  background-color: rgba(32, 176, 233, 0.836);
}

.minhafonte {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400px;
  font-style: normal;
}

.preto {
  color: rgba(27, 26, 26, 0.904);
}

.contorno {
  -webkit-text-stroke-width: 0.3px;
  -webkit-text-stroke-color: black;
}

.neutro {
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: antiquewhite;
}

.grande {
  font-size: 2rem;
}

.medio {
  font-size: 1.5rem;
}

#sobre {
  margin-bottom: 3%;
}

.contact-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

footer {
  display: flex;
  background-color: rgba(36, 116, 148, 0.836);
  justify-content: center;
}

.espaco {
  padding: 50px;
  font-size: 2rem;
}

.card-img-top {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.card {
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1200px) {
  .espaco {
    padding: 40px;
    font-size: 1.2rem;
  }
}

@media (max-width: 500px) {
  .espaco{
    padding: 35px;
    font-size: 1rem;
  }
}

@media (max-width: 370px) {
  .fontemidia{
    font-size: 0.9rem;
  }

  .espaco{
    font-size: 0.8rem;
  }
}

@media (max-width: 319px) {
  .fontemidia{
    font-size: 0.7rem;
  }
}