body {
  background-image: url(/image/labirintoindex.jpg);
  background-size: contain;
  color: aliceblue;
}

nav {
  background-color: aquamarine;
}

.logo {
  height: 60px;
  margin: 0 40px;
  background-color: rgb(125, 255, 99);
  border-radius: 15px;
  border: 2px solid black;
}

.nav-item {
  padding: 0 40px;
  margin: 10px 0;
}

.nav-link {
  border-radius: 10px;
  background: linear-gradient(rgb(149, 235, 156),rgb(87, 124, 38));
  color: beige !important;
  width: 180px;
  text-align: center;
}

.navbar {
  background: radial-gradient(rgb(68, 156, 35),rgb(208, 216, 194),rgb(139, 130, 231));
  background-size: contain;
  border: 1px groove white;
}

.come{
  margin-top: 80px;
  background-color: rgba(43, 33, 51, 0.603);
  box-shadow: 10px 5px 5px black;
  padding: 10px;
  width: 96%;
  margin-left: 2%;
  border-radius: 15px;
}

.centro {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.bemvindo {
  text-align: center;
  font-size: 60px;
  font-weight: 500;
  color: gold;
}
