* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  background-color: #2c6d8d;
  font-family: Arial, sans-serif;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #2c6d8d;
  color: white;
  overflow: hidden;
}

header h1 {
  margin: 0;
  font-size: 24px;
}

header button {
  background-color: rgb(255, 255, 255, 5%);
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

header button:hover {
  background-color: #ddd;
  color: #2c6d8d;
}

.user-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.user-email {
  color: white;
  font-size: 16px;
  font-weight: normal;
}

.p1 {
  height: 100vh;
  width: 100%;
  background-image: url("img/nuvens.svg");
}

.degrade {
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, #2c6d8d 100%);
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.piramede {
  max-height: 70vh;
  width: auto;
  position: relative;
  transition: transform 0.1s; /* suaviza o movimento */
  max-width: 100%;
  overflow: hidden;
}

.p2 a {
  text-decoration: none
}

.basic a {
  text-decoration: none
}

.botaoGrande {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.botaoGrande p {
  font-size: 25px;
  margin: 5px;
  color: white;
  text-decoration: none;
  transition: font-size 0.3s ease;
}

.botaoimg {
  max-height: 60vh;
  height: auto;
  width: auto;
  max-width: 100%;
  transition: transform 0.3s ease;
}

#botaoGrande1:hover p,
#botaoGrande2:hover p {
  font-size: 30px;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
}

#botaoGrande1:hover .botaoimg,
#botaoGrande2:hover .botaoimg {

  transform: scale(1.1);
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
}

.gramado{
  background-image: url("img/gramado.svg");
  padding: 15px;
  width: 100%;
}

.terra{
  background-image: url("img/terra.svg");
  padding: 0;
  color: white;
}

#centro{
  background-color: #8d2c2c;
  color: white;
}

.footer-content{
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

.centro{
  padding: 50px;
  width: 100%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  min-height: 100vh;
}

.p3{
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #8d2c2c 50%,  #8d2c2c 100%);
}

.basic{
  padding: 50px;
  width: 100%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  min-height: 100vh;
  text-align: center;
}

@media (max-width: 850px) {
  .basic {
    flex-direction: column;
    height: auto;
  }

  .user-email{
    max-width: 150px;
  }
}

.user-email {
  color: white;
  font-size: 16px;
  font-weight: normal;
  min-width: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
