html *
{
   font-size: 16px;
   font-family: Verdana, Geneva, Tahoma, sans-serif;
}

h1, .container, .buttons, .radios, .outButtons {
  padding: 10px;  
  padding-left: 130px;
}

.container label {
  display: inline-block;
  width: 110px;
  text-align: left;
  padding: 10px;
}

.inputField {
  width: 300px;
}

 .radios {
  margin: auto;
  width: 100%;
}

.radio {
  padding: 10px;
  text-align: center;
  display: inline-block;
  width: 50px;
}

.buttons {
  margin: auto;
  width: 100%;
}

.button {
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  width: 100px;
  height: 100px; 
}

.keyout {
  padding: 10px;
  font-weight: bolder;
  width: 210px;
}

.keyOutBlock {
  height: 70px;
}

.keysOutBlock {
  float: left;
  width: 100%
}

.outButton {
  padding-right: 5px;
  float: left;
}
.newButton, .copyButton {
  background-color: black;
  color: white;
  padding: 20px 20PX;
  text-align: center;
  text-decoration: none;

  width: 100px;
  float: right;
}
