* {
  text-decoration: none;
}

body {
  text-align: center;
  background-color: #283149;
  background-image: url(./images/drumb1.jpg);
}

h1 {
  font-size: 5rem;
  color: #DBEDF3;
  font-family: "Arvo", cursive;
  text-shadow: 3px 0 #DA0463;

}

footer {
  color: #DBEDF3;
  font-family: sans-serif;
  font-size: 3rem;
  background-color: black;
}

.w {
  background: url('./images/crash.png');
}

.a {
  background: url('./images/kick.png');
}

.s {
  background: url('./images/snare.png');
}

.d {
  background: url('./images/tom1.png');
}

.j {
  background: url('./images/tom2.png');
}

.k {
  background: url('./images/tom3.png');
}

.l {
  background: url('./images/tom4.png');
}

.set {
  margin: 10% auto;
}

.game-over {
  background-color: red;
  opacity: 0.8;
}

.pressed {
  box-shadow: 0 3px 4px 0 #DBEDF3;
  opacity: 0.5;
}

.red {
  color: red;
}

.drum {
  outline: none;
  border: 10px solid #404B69;
  font-size: 5rem;
  font-family: 'Arvo', cursive;
  line-height: 2;
  font-weight: 900;
  color: #DA0463;
  text-shadow: 3px 0 #DBEDF3;
  border-radius: 15px;
  display: inline-block;
  width: 150px;
  height: 150px;
  text-align: center;
  margin: 10px;
  background-color: white;
}

.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 {
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 9px 7px 0px rgb(0 0 0 / 10%);
  text-decoration: none;
}
.marka a {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 0 5px #430186, 0 0 10px #430186, 0 0 20px #a15be8;
  text-decoration: none;
  font-family: "Big Shoulders Stencil", sans-serif;
}


.headersol {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 500px;
  gap: 20px;
  margin-left: 0;
}
.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;
}
.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: white;
  color: black;
  font-size: 15px;
  padding: 5px;
}
.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;
}
