.number-badge {
    width: 28px;
    height: 28px;
    font-size: 14px;
    line-height: 1;
    user-select: none;
    z-index: 10;
    background-color: rgba(220, 38, 38, 0.50);
}

.genre-label {
    background-color: rgba(220, 38, 38, 0.50);
}

.normal-link {
    color: #00d1b2;
    cursor: pointer;
}

.normal-link:hover,
.normal-link:focus,
.normal-link:active {
    text-decoration: underline;
}

.movie-overview {
  background-color: #111827a3;
  padding: .5rem;
  border-radius: 5px;
}