@import url("https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible+Next:wght@200;400;600;800&;display=swap");

html {
  font-family: "Atkinson Hyperlegible Next", sans-serif;
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: 0.5px;
}

h1 {
  font-weight: normal;
  font-size: 10px;
  text-align: left;
  margin: 0;
  padding: 50px 0;
}

p,
li {
  font-size: 10px;
  line-height: 2;
  letter-spacing: 1.5px;
}

html {
  background-color: white
}

body {
  width: 500px;
  margin: 10px;
  background-color: white;
  padding: 0 30px 30px 30px;
  border: 0px ;
}

img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

button {
  margin-bottom: 12px;
}

#changeNameBtn {
  background-image: url("/images/captcha.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  
  width: 130px;
  height: 33px;
  
  border: none;
  padding: 0;
  background-color: transparent;
  
  cursor: pointer;
  
  color: transparent;
}

#changeNameBtn {
    outline: 0px transparent;
}