.middle-text {
  text-align: center;
}

.grey-text {
  font-weight: normal;
  color: #bebcbc;
  font-weight: normal;
  line-height: 20px;
}

.black-text {
  font-weight: normal;
  color: #1b1b1b;
  font-weight: 600;
  line-height: 20px;
}

a {
  text-decoration: none !important;
}

.centered-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.tiny-text {
  font-size: 12px;
}

.tiny-icon {
  width: 20px;
  height: 20px;
}

.red-text {
  color: #640404;
}

.strong-text {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  color: #bebcbc;
}
