body, h1, textarea { 
    font-family: "courier new";
}

input, select {
    position: relative;
    font-family: "courier new", courier, monospace;
    font-weight: bold;
    letter-spacing: -1px;
    font-size: 18px;
}

input, select, textarea {
    background-color: cyan;
    color: black;
}

label {
  font-weight: bold;
}

