@font-face {
    font-family: "Type Machine";
    src: url("./fonts/typemachine.ttf");
  }

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Type Machine', serif;
    background: #fff;
    color: #000;
  }

.hint {
  font-size: 20px; 
  text-transform: uppercase;
}

.passwd {
  padding-top: 20px;
  text-transform: uppercase;
  font-size: 50px; 
}
 
