.refresh-button-block {
  display: flex;
  flex-wrap: wrap;
  place-content: center center;
  height: 100%;
}

.refresh-button {
  border-radius: 5px;
  box-shadow: 0 1px 3px #666;
  font-size: 16px;
  background: #3498db;
  padding: 10px 28px;
  text-decoration: none;
}

.refresh-button:hover {
  cursor: pointer;
  background: #3cb0fd;
  text-decoration: none;
}
