.logoo {
  width: 120px;
  margin-bottom: 20px;
}

/* body {
  font-family: "Tinos", serif;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
  background-color: #f4f4f4;
} */

/* header {
  width: 100%;
  position: absolute;

  top: 0;
} */

/* .banner {
  width: 100%;

  height: 100%;
} */

.containeer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 800px;
  background: white;
  padding: 30px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  border: #ff6700 4px solid;
}
.centi {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 8rem;
}
.containeer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 800px;
  background: white;
  padding: 30px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  border: #ff6700 4px solid;
}

/* header h1 {
  font-size: 4rem;
  color: #ffffff;
  margin: 1rem;
  letter-spacing: 2px;
}
header {
  background-color: #ff6700;
} */

main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

main h1 {
  font-size: 30px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}

p {
  font-size: 18px;
  color: #555;
  line-height: 1.6;
  max-width: 600px;
}

footer {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: space-around;
  bottom: 0;
  background-color: #ff6700;
  color: white;
  text-align: center;
}

footer p {
  color: white;
  padding-top: 1rem;
}

@media (max-width: 768px) {
  body {
    overflow: hidden;
  }
  .containeer {
    margin-bottom: 4rem;
  }
  .loc {
    margin-bottom: -0.5rem;
  }
  .con {
    margin-bottom: -0.5rem;
  }

  header h1 {
    font-size: 1rem;
  }
  .centi {
    padding-top: 4rem;
  }
  .containeer {
    width: 95%;
  }
  main h1 {
    font-size: 17px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
  }
  p {
    font-size: 14px;
  }
  .logoo {
    width: 100px;
  }
  footer {
    flex-direction: column;
    position: absolute;
    bottom: 0;
  }
}
