.choose-team {
  background: linear-gradient(to left, #43cea2 , #185a9d);
  background-size: cover;
  text-align: center;
  width: 80%;
  padding: 20px;
  margin: 0 auto;
}

.choose-team .gjett-hvem-title {
  display: inline-block;
}

.choose-team-form {
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.choose-team-form input[type="submit"] {
  background: #72B9FF;
  font-weight: bold;
  color: white;
  cursor: pointer;
  -webkit-appearance: none;
}

.button {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  padding: 15px 30px;
  font-size: 1.3em;
  display: inline-block;
  margin: 20px 0;
}

.button:active {
  padding: 16px 30px 14px;
}
