._internal-info {
    background-color: red;
    color: white;
    font-weight: 600;

    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;

    text-align: center;

    padding: 5px;
}
