.input{
  float: right;
  font-size: clamp(0em,6.6vw,2rem);
}
table, .input{
  font: clamp(0em,6.6vw,2rem) Consolas, monospace;
}
tr > td:nth-child(2){
  min-width: 50%;
  text-align: center;
}
h6 {text-align: center}
footer {
  position: absolute;
  bottom: 0;
  max-width: 100% !important;
  width: 100vw;
}
a {
  text-decoration: none;
  text-align: center;
  display: block;
}
svg {
  transform: translateY(-2px);
}