.container {
  padding-top: 3rem;
}

.input-group {
  display: flex;
  justify-content: space-between;
}
.input-group-append {
  order: 2;
}

.spambtn {
  min-width: 20% !important;
  width: 100px !important;
}

.modal {
  display: none; 
  position: fixed;
  z-index: 5;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto; 
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

ul {
  list-style-type: none;
}

.btn-pill1 {
  border-radius: 50px 0px 0px 50px;
}
.btn-pill2 {
  border-radius: 0px 50px 50px 0px; 
}

.pill-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  padding: 5px;
}

raadsel {
  border-radius: 10px;
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f5f5f5;
  padding: 20px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #999;
}

.made-by {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.made-by img {
  margin-left: 5px;
  height: 30px;
}

.logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo {
  height: 50px;
  margin-left: 10px;
}