.header{
  position: absolute;
  top:20px;
  display:flex;
  flex-direction:row;
  align-items: center;
  justify-content: start;
}
.footer {
  vertical-align: bottom;
  text-align: center;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  width: 100%;
  background-color: #f7f7f7;
} 

.footer img {
  height: 40px;
  margin-left: 10px;
  display: inline;
  vertical-align: middle;
}
.footer a{
  text-decoration: none;
}
#root {
  min-height: calc(100vh - 60px);
  width: 100%;
  display:flex;
  flex-direction: column;
}
#root > h1 {
  color: #ED8C69;
  font-size: 46px;
  text-align: center;
}
#root > .spinner {
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
}
