.nav-btn {
  display: inline-block;
  background: rgba(61, 9, 110, 0.4);
  color: #fff;
  padding: 8px 18px;
  border-radius: 8px;
  text-decoration: none;
}
.nav-btn:hover {
  background: rgba(71, 5, 133, 0.7);
}
.button-row {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 40px;
}

.goose {
  background: rgba(61, 9, 110, 0.4);
  border: 2px solid rgba(71, 5, 133, 0.7);
  border-radius: 20px;
  box-shadow: 0 4px 32px rgba(255, 0, 0, 0.2);
  width: 90%;
  max-width: 760px;
  min-width: 300px;
  margin: 20px auto;
  height: auto;
  display: fixed;
  flex-direction: column;
  position: static;
  backdrop-filter: blur(2px);
}
.textcontent {
    margin: 10px;
    padding: 10px;
    position: relative;
    min-height: 160px;
}
.img {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 150px;
    height: 150px;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(61,9,110,0.15);
    object-fit: cover;
}
.textcontent p {
    color: #fff;
    margin-right: 170px;
    word-break: break-word;
}
body {
   
  margin: 0;
    padding: 0;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-image: url("../img/fone.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.button1 {
    cursor: grab;
  padding: 0.6em 2em;
  border: none;
  outline: none;
  color: rgb(255, 255, 255);
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button1:before {
  content: "";
  background: linear-gradient(
    45deg,
    #ff0000,
    #ff7300,
    #fffb00,
    #48ff00,
    #00ffd5,
    #002bff,
    #7a00ff,
    #ff00c8,
    #ff0000
  );
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing-button1 30s linear infinite;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

@keyframes glowing-button1 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.button1:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #222;
  left: 0;
  top: 0;
  border-radius: 10px;
}
.kar {
    margin-bottom: 10px;
    box-shadow: #ffffff;
    width: 75%;
    height: 3px;
    background: #910000;
}
.kar2 {
 font-family: "Cormorant Unicase", serif;
  font-weight: 500;
  font-style: normal;
}
.kar3 {
 padding-top: 30px;
}
.footer-text {
  color: #ffffff67;
  text-align: center;
  font-size: 14px;
  margin: 0;
}
.kar4 {
margin-bottom: 10px;
}