.captcha-container {
    width: 24em;
    background-color: #ffffff;
    border-radius: 0.6em;
    position: relative;
    top: 0px;
    left: 0px;

  }
  .captcha-wrapper {
    display: flex;
    align-content: center;
    justify-content: space-between;
  }
  #captcha-canvas {
    border: 1px solid #000000;
    border-radius: 0.4em;
  }
  button#captcha-reload-button {
    font-size: 26px;
    width: 2.6em;
    height: 55px;
    background-color: #8052ec;
    border: none;
    border-radius: 0.4em;
    color: #ffffff;
  }
  #captcha-user-input {
    font-family: "Roboto Mono", monospace;
    width: 100%;
    padding: 5px 7px;
    border: 1px solid #000000;
    border-radius: 0.4em;
  }