@import url('https://fonts.googleapis.com/css?family=Arsenal');

.container{
  background-color: #ededed;
  height: 100vh;
  border-radius: 10px;
  font-family: Arsenal;
}

header {
  margin-top: 10px;
  text-align: center;
  padding-top: 10px;
}

td, th {
  vertical-align: middle !important;
  text-align: center !important;
}

.input-group {
  margin: 20px 0px;
}

svg {
  height: 150px;
}

td:first-of-type, td:first-of-type > div {
  height: 170px;
  width: 250px;
}

footer > p{
  text-align: center;
  bottom:0;
  font-size: 14px;
  margin-bottom: 0;
}
