body {
    background: linear-gradient(to right, #601fc98a 0%, #8137e0 100%);
    padding: 0%;
    overflow: hidden;
}

#seks {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(134, 16, 245);
    margin-top: -35%;
    font-size: 60px;
    font-family: 'Courier New', Courier, monospace;
    animation: text 1s ease-in-out infinite alternate;
  
  }

  .btnAki {
    font-family: 'Courier New', Courier, monospace;
    position: absolute;
    background-color: #996fd1;
    color: #7314f0;
    font-size: 27px;
    margin-left: 1%;
    margin-top: -19%;
    border: 0;
    font-weight: bold;
  }
  
  .btnAki:hover {
    color: #50089e
  }

  nav {
    padding: 1rem;
    text-align: center;
}

.nav-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-links a {
    font-family: 'Courier New', Courier, monospace;
    color: rgb(134, 16, 245);
    font-size: 25px;
    font-weight: 800;
    text-decoration: none;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #50089e
}

.line {
  height: 4px;
  width: 1400px;
  margin-left: -2%;
  margin-top: -1%;
  background-color: rgba(202, 169, 221, 0.342);
  display: flex;
  text-align: center;
}

.box {
  height: 350px;
  width: 400px;
  margin-left: 15%;
  margin-top: 15%;
  background-color: rgba(142, 40, 201, 0.342);
  display: flex;
  text-align: center;
  border-radius: 20px;
}

.boxtext {
  display: flex;
  font-family: 'Courier New', Courier, monospace;
  color: #50089e;
  font-weight: bold;
  font-size: 35px;
  margin-left: 35%;
}

.boxtext1 {
  display: flex;
  font-family: 'Courier New', Courier, monospace;
  color: #50089e;
  font-weight: bold;
  margin-top: 25%;
  margin-left: -65%;
}


.contactBox {
  position: absolute;
  height: 350px;
  width: 400px;
  margin-left: 55%;
  margin-top: -25.8%;
  background-color: rgba(142, 40, 201, 0.342);
  display: flex;
  text-align: center;
  border-radius: 20px;
}



.contactBoxText {
  position: absolute;
  display: flex;
  font-family: 'Courier New', Courier, monospace;
  font-size: 35px;
  color: #50089e;
  font-weight: bold;
  margin-top: -1%;
  margin-left: 20%;
}

.btn1 {
  font-family: 'Courier New', Courier, monospace;
  position: absolute;
  height: 5%;
  width: 60%;
  margin-left: 5%;
  margin-top: 20%;
  background-color: #5a2ab3;
  color: rgb(234, 216, 235);
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.2s;
}

.btn1:hover {
  background-color: #9a63aa;
  transform: scale(1.05);
}

/* Efekat pritisnutog dugmeta */
.btn1:active {
  transform: scale(0.98);
}

.btn2 {
  font-family: 'Courier New', Courier, monospace;
  position: absolute;
  height: 5%;
  width: 60%;
  margin-left: 5%;
  margin-top: 40%;
  background-color: #5a2ab3;
  color: rgb(234, 216, 235);
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.2s;
}

.btn2:hover {
  background-color: #9a63aa;
  transform: scale(1.05);
}

.btn2:active {
  transform: scale(0.98);
}

.btn3 {
  font-family: 'Courier New', Courier, monospace;
  position: absolute;
  height: 5%;
  width: 60%;
  margin-left: 5%;
  margin-top: 60%;
  background-color: #5a2ab3;
  color: rgb(234, 216, 235);
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.2s;
}

.btn3:hover {
  background-color: #9a63aa;
  transform: scale(1.05);
}


.btn3:active {
  transform: scale(0.98);
}