.spinner {
  height: 100%;
  width: 100%;
  padding: 20px 0 20px 0;
  position:absolute;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  display:flex;
}

.spinner img {
  height: 50px;
}
