* {
  margin: 0;
  padding: 0;
  font-family: "Days", sans-serif;
}

@media (min-width: 1024px) {
  #centerGlow {
    transform: translate(-50%, 33%) !important;
  }
}
@font-face {
  font-family: "Days";
  src: url("./media/DaysOne.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.btn-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 8px;
}

.btn-col-left,
.btn-col-right {
  width: 48%;
  height: 40px;
  background-color: #19232b;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-col-left {
  background-color: red;
}

.btn-col-right {
  background-color: green;
}
