.animate-spin {
  animation: spin 10s linear infinite;
}
.nav-color{
background: #2e62a6;
}

.nav-font-color {
color: #fff;
}
