* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Big Shoulders Stencil", sans-serif;
  text-decoration: none;
}

body {
  background-color: #000000; 
  background-image: url(./images/dice8b.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100%;
  background-attachment: fixed;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: auto;
  text-align: center;
  height: 80vh;
  gap: 30px; 
  
}

.player-container {
  display: flex;
  justify-content: center; 
  align-items: center;
  gap: 50px; 
  width: 100%;
  max-width: 1200px; 
  height: 80vh;
}

.dice {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px; 
  width: 600px;
  border-radius: 15px; 
  gap: 15px; 
}

h1 {
  margin: 50px 50px 5px 50px;
  font-family: "Big Shoulders Stencil", sans-serif;
  font-size: 5rem;
  color: #be39cf;
  text-shadow: 0 0 0px #9afdf1, 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 10px #ffffff;
  background-color: #000000e4;
  border: none;
  width: 1200px;
  border-radius: 10px;
  
  
}

p {
  font-size: 2rem;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  text-shadow: 0 0 5px #00ff00, 0 0 10px #00ff00;
}

img {
  width: 80%; 
  border-radius: 10px;
  box-shadow: 0 0 5px #00ffff, 0 0 10px #00ffff;
}

footer {
  margin-top: 5%;
  color: #ffffff;
  text-align: center;
  font-family: "Indie Flower", cursive;
  text-shadow: 0 0 5px #ff00ff, 0 0 10px #ff00ff;
}

.btn {
  background-color: #000000;
  border: 2px solid #00ff00;
  color: #00ff00;
  box-shadow: 0 0 5px #00ff00, 0 0 10px #00ff00, 0 0 20px #00ff00;
  font-family: "Big Shoulders Stencil", sans-serif;
  font-size: 2rem;
  height: 60px;
  width: 200px;
  border-radius: 50px;
  cursor: pointer;
  transition: transform 0.05s ease-in-out, box-shadow 0.3s ease-in-out;
}
.btn:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px #00ff00, 0 0 20px #00ff00, 0 0 40px #00ff00;
}

#p1, #p2 {
  font-family: "Big Shoulders Stencil", sans-serif;
  font-size: 3rem;
  background-color: #000000;
  padding: 5px;
  width: 250px;
  
  border-radius:50px;
  border: 2px solid #ff0000;
  color: #ff0000;
  text-align: center;
  
  text-shadow: 0 0 0px #ff0000, 0 0 10px #ff0000;
  box-shadow: 0 0 5px #ff0000, 0 0 10px #ff0000, 0 0 20px #ff0000;
}

#p1 {
  color: #00ffff;
  border-color: #00ffff;
  text-shadow: 0 0 0px #00ffff, 0 0 10px #00ffff;
  box-shadow: 0 0 5px #00ffff, 0 0 10px #00ffff, 0 0 20px #00ffff;
}

.header {
  width: 100%;
  background: rgba(64, 60, 122, 0.596); 
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 0;
  height: 7vh;
}

.headerin {
  width: 80%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 7vh;
  margin: 0 auto;
}

.headerin img {
  height: 5vh;
  width: 50px;
  border-radius: 5px;
  border: solid white 1px;
}

.marka a {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 0 5px #ff00ff, 0 0 10px #ff00ff, 0 0 20px #ff00ff;
  text-decoration: none;
  font-family: "Big Shoulders Stencil", sans-serif;
}

.login {
  height: 6vh;
  width: 150px;
  font-size: 1.5rem;
  background-color: transparent;
  border: 2px solid #00ffff;
  border-radius: 5px;
  color: #00ffff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  box-shadow: 0 0 5px #00ffff, 0 0 10px #00ffff, 0 0 20px #00ffff;
}
.login:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px #00ffff, 0 0 20px #00ffff, 0 0 40px #00ffff;
}

.headersol {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 500px;
  gap: 20px;
  margin-left: 0;
}
.players {
  display: flex;
  justify-content: center;
  text-align: center;
}
.headerbuttons select {
  background-color: rgb(38 31 59);
  color: #ffffff;
  padding: 10px;

  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}
.headerbuttons select option {
  background-color: rgb(0, 0, 0);
  color: rgb(254, 254, 254);
  font-size: 15px;
  padding: 5px;
  background: transparent;
  opacity: 80%;
}
.headerbuttons a {
  height: 5vh;
  width: 150px;
  font-size: 20px;
  background-color: #ffffff12;
  border-radius: 5px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
  border: 3px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  text-shadow: 0 0 5px #430186, 0 0 10px #430186, 0 0 20px #a15be8;
}
.back-to-portfolio {
  position: fixed;
  top: 20px;
  left: 20px;
  background-color: #1f242d;
  color: #78d9f9;
  padding: 14px 24px;
  border-radius: 12px;
  border: 2px solid #78d9f9;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  z-index: 999;
  box-shadow: 0 0 10px rgba(120, 217, 249, 0.5);
  transition: all 0.3s ease;
}

.back-to-portfolio:hover {
  background-color: #78d9f9;
  color: #1f242d;
  box-shadow: 0 0 14px #78d9f9;
}
