body {
  font-family: "Arial", sans-serif;
  background: url("../Backgrounds/1.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; 
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  z-index: -1;
  background: rgba(0, 0, 0, 0.7);
}

.container {
  position: relative;
  width: 95%;
  max-width: 600px;
  overflow: hidden;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
  margin: 5rem auto;
}

.inner-container {
  margin: 1rem;
  width: auto;
  justify-content: center;
  align-items: center;
}

.container h3 {
  text-align: center;
  padding: 10px;
  color: #fff;
  width: 100%;
}

.grp-main {
  justify-content: space-around;
  align-items: center;
  width: 100%;
}

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

input {
  display: flex;
  font-family: "Arial";
  width: 90%;
  max-width: 600px;
  padding: 5px 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  display: block;
  font-size: 16px;
  color: #fff;
  outline: none;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 6px;
}

input option {
  background-color: black;
}

#currentExp {
  margin-top: 20px;
  margin-bottom: 20px;
}

.result {
  margin: 10px auto;
}


#skillType{
  width: 100px;
}
