/* styles.css */
body {
  font-family: "Futura", sans-serif;
  background-color: white;
  text-align: center;
  font-size: 40px;
  font-weight: bolder;
  padding-right: 50px;
  
}

.box {
  background: white;
  padding: 20px;
  border-radius: 0px;
  max-width: 400px;
  margin: 20px auto;
}

input {
  display: block;
  padding: 8px;
  width: 100%;
  margin: 5px;
  box-sizing: border-box;
  font-size: 1rem;
}


button {
  margin-top: 15px;
  padding: 8px;
  
  margin:0 auto;
  background-color: rgb(59, 58, 58);
  color: white
}

#result {
  margin-top: 30px;
  font-weight: bold;
  font-family: 'Courier New', Courier, monospace;
  text-align: center
}

html {
  background-color: white;
}
sub {
  font-size: 10px;
  position:fixed;
  bottom: 10px;
  right: 10px;

}