.fab-warn {
  display: block;
  padding: 1rem;
  background-color: black;
  color: white;
  text-align: center;
  text-size: 1.2rem;
  text-weight: 800; }

.fab-warn a {
  color: white !important;
  transition: all 0.2s ease-out; }

.fab-warn a:hover {
  color: #8f2221 !important; }
