@font-face {
    font-family: public-sans;
    src: url('https://cdnjs.cloudflare.com/ajax/libs/uswds/2.0.2/fonts/public-sans/PublicSans-Regular.ttf');
}

body {
    font-family: public-sans;
}

label {
    width: 10%;
}

input {
    width: 50%;
}

button {
    width: 60%;
}

div {
  display: flex;
  justify-content: center;
  height: 50px;
}
