* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background-color: #eff3ff;
}

  /* Default styles for the checkbox */
  input[type="checkbox"] {
    /* Your default checkbox styles here */
  }

  /* Media query for mobile devices (adjust the max-width to your preference) */
  @media (max-width: 768px) {
    /* Styles to adjust the checkbox size for mobile */
    input[type="checkbox"] {
      width: 20px;
      height: 20px;
    }
  }

.dagtitel {
margin: 22px;
font-size: 2em;
}
.consentblock {
  display: flex;
  justify-content: center;
}

#checkconsent {
  margin-right: 5px;
}


.name-surname-container {
  display: flex;
}

.name-surname-container input {
  flex: 1;
  margin-right: 5px;
}


#player_surname {
  flex: 3;
}

@media screen and (max-width: 768px) {
  .name-surname-container {
    display: block;
  }

  #player_surname {
    flex: 1;
  }
}

.stats p {
  margin: 10px;
}


.container {
  text-align: center;


  padding: 20px;
}

h2 {
  margin-bottom: 10px;
}

input {
  width: 100%;
  padding: 10px;
  margin: 5px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

/* Style the placeholder text in italic */
input::placeholder {
  font-style: italic;
}

button {
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

button:hover {
  background-color: #0056b3;
}

button:active {
  background-color: #003080;
}


.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.container {
  width: 100%; /* Adjust the width as needed */
  max-width: 1050px; /* Add a maximum width to limit the container size */
  margin: 0 auto; /* Center the container horizontally */
}

.prijsform {
  padding: 30px 20px;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin-top: 22px;
  margin-bottom: 22px;
}

.card {
  width: 300px; /* Adjust the card width as needed */
  padding: 30px 20px;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  border: 0px!important;
}

.blackout img {
  filter: sepia(1) brightness(0);
}


.card img {
  display: block;
  max-width: 180px;
  height: 200px;
  position: relative;
  margin: 20px auto;
}

.hp {
  width: 80px;
  background-color: #ffffff;
  text-align: center;
  padding: 8px 0;
  border-radius: 30px;
  margin-left: auto!important;
  font-weight: 600;
}

.poke-name {
  text-align: center;
  font-size: 2em;
}

.types {
  display: flex;
  justify-content: space-around;
  margin: 20px;
}

.hp span,
.types span {
  font-size: 1em;
  letter-spacing: 0.4px;
  font-weight: 600;
}

.types span {
  padding: 5px 20px;
  border-radius: 20px;
  color: #ffffff;
}

.stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.stats p {
  color: #404060;
}

#btn {
  display: block;
  padding: 15px 60px;
  font-size: 18px;
  background-color: #101010;
  color: #ffffff;
  position: relative;
  margin: 30px auto;
  border: none;
  border-radius: 5px;
}
