.dark-mode {
  background: linear-gradient(85deg, #6528b1, #175597, #793f11, #a51322);
}

body {
  margin: 0;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background: linear-gradient(85deg, #6528b1, #007bff, #fd7e14, #dc3545);
  background-size: 400% 400%;
  animation: gradient 12s ease infinite;
  animation-direction: normal;
  border: none !important;
}

/* @keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
} */

.bg-dark {
  background-color: #4c4d4f !important;
}

.space-margin {
  margin-top: 20px;
}

.diffColorLink {
  color: black;
  background: white;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  flex: 50%;
}

.button {
  border: none;
  box-shadow: none;
}
