:root {
  --primary: #1a66e4;
  --primary-dark: rgb(209, 0, 105, 1);
  --primary-70: rgba(254, 1, 129, 0.7);
  --primary-50: rgba(254, 1, 129, 0.5);
  --primary-30: rgba(254, 1, 129, 0.3);
  --primary-10: rgba(254, 1, 129, 0.1);
  --logo: #430051;
  --sidebar-icon: #db34de;
}

.text-2xl {
  font-size: 2.25rem;
  text-align: center;
  margin-bottom: 3rem;
  font-weight: 800;
  color: #1a66e4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%
}
.bg-logo-red{
  background-color: #1a66e4;
}
