/****************** TAG Selector***********************/
h1 {
  text-align: center;
  font-family: 'Libre Barcode 128 Text', cursive;
  font-size: 80px;
  color: #22AB50;
  margin: 0;
}

h2 {
  background-color: black;
  opacity: .8;
  font-family: 'Gloria Hallelujah', cursive;
  font-size: 15px;
  font-weight: 800;
  color: white;
}

h3{
  background-color: black;
  opacity: .8;
  font-family: 'Special Elite', cursive;
  font-size: 30px;
  margin: 0;
  color: #20D95F
}

p {
  background-color: black;
  opacity: .8;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: white;
}

body {
  margin: 0;
  text-align: center;
  background-image: url(https://i.pinimg.com/564x/8e/ee/04/8eee04aeefee34699b413b5a55079b82.jpg);
  background-size: 100%;
}

table {
  border-spacing: 20px;
  width: 100%;
  margin: 0;
}

tr {
  text-align: center;
  font-size: 30px;
}

textarea {
  size: 40%;
  font-family:'Special Elite', cursive;
  line-height: 1.5;
  letter-spacing: 2px;
  background-color: #102C54;
  color: #20D95F;
  font-weight: bold;
}

button{
    background: #22AB50;
    border-radius: 20px;
    font-size: 27px;
    padding: 10px 23px 7px 20px;
    text-decoration: none;
}

button:hover {
  background: #4D5645;
  text-decoration: none;
}

input{
  font-family: 'Special Elite', cursive;
  background-color: #102C54;
  color: #20D95F;
}

/******************* ID****************************************/
#numberCode{
  height: 40px;
  width: 80px;
  font-size: 30px;
  text-align: center;
}
