  body {
  display: flex;
    justify-content: center;
    height: 100vh;
    align-items: center;
    padding: 0;
    margin: 0;
    flex-direction: column;
    background-color: #ffffff;
    background-image: url("../media/maison.jpg");
    background-attachment: fixed;
    background-size: cover;
  }
  div {
    margin-bottom: 10px;
  }
  button {
    margin-bottom: 5px;
    cursor: pointer;
  }
  input {
    text-decoration: none;
  }
  #generated-captcha {
    text-decoration: line-through;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    background-color: #ede7f6;
    border-radius: 15px;
    border: none;
    padding: 10px;
    outline: none;
    color: #1d1d1d;
    width: 300px;
  }
  #entered-captcha {
    border: 2px solid #c5c7f7;
    font-family: monospace;
    outline: none;
    border-radius: 6px;
    padding: 8px 15px;
    font-size: 12px;
  }
  button {
    border: none;
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-family: monospace;
    font-weight: bold;
    outline: none;
    background-color: #64f394;
  }
  
  #gen {
    background-color: #ee7e6a;
  }
  .wrappr {
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
  }
  #anya{
    border: 2px solid #c5c7f7;
    border-radius: 6px;
    padding: 10px;
    text-align: center;
    width: 330px;
    height: 25px;
    align-items: center;
    justify-content: center;
  }
  #label{
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    background-color: #ede7f6;
    border-radius: 15px;
    border: none;
    padding: 10px;
    outline: none;
    color: #1d1d1d;
    
  }
  #box {
    width: 1600px;
    height: 1200px;
    border: 3px solid #b100f7;
    position: relative;
    margin: 50px auto;
  }

  #runBtn {
    position: absolute;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.15s;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #buttonContainer{
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, auto);
    height: 100%;
    grid-gap: 20px;
    margin-bottom: 0px;
    padding: 20px;
    box-sizing: border-box;
  }
  .manybuttun {
    font-size: 25px;
  }