.container {
  padding: 0 20px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.dash-notice {
  position: fixed;
  bottom: 30px;
  margin-left: 30px;
}

@keyframes spin {
  from {
    transform:rotate(0deg);
  }
  to {
    transform:rotate(360deg);
  }
}

