body {
  background-color: #ed1c24;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
tr,
table,
td,
th,
a,
li,
label,
input {
  color: white;
  font-family: nexaslab;
  font-size: 15px;
}
label {
  color: white;
  text-align: right;
  padding-top: 5px;
}
input {
  font-family: sans-serif;
  color: black;
}
.header-block {
  height: 200px;
  background-color: blue;
}
