html{
    background-color: beige;
    font-family: "Courier New", Courier, monospace;
    color:#624917;
}

h1{
  text-align: center;
  color:rgb(60, 43, 23);
}

h2{
  color:rgb(140, 99, 49);
}

/* Styling the Body element i.e. Color,
Font, Alignment */
body {
  font-family: Verdana;
  text-align: left;
}


/* Styling form-control Class */
.form-control {
  text-align: left;
  margin-bottom: 25px;
}

/* Styling form-control Label */
.form-control label {
  display: block;
  margin-bottom: 10px;
}

/* Styling form-control input,
select, textarea */
.form-control input,
.form-control select,
.form-control textarea {
  border: 1px solid #777;
  border-radius: 2px;
  font-family: inherit;
  padding: 10px;
  display: block;
  width: 95%;
}

/* Styling Button */
button {
  background-color: rgb(248, 238, 178);
  border: 1px solid #777;
  border-radius: 2px;
  font-family: inherit;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  padding: 8px;
}
td {
 text-align: left;
}