.top-right {
    position: absolute;
    top: 8px;
    right: 16px;
    font-size: 150px;
    color: red;
    font-weight: bold;
    text-shadow: 1px 5px 5px black;
}

.top-right1 {
    position: absolute;
    top: 8px;
    right: 16px;
    font-size: 150px;
    color: green;
    font-weight: bold;
    text-shadow: 1px 5px 5px black;
}
.top-right2 {
    position: absolute;
    top: 8px;
    right: 16px;
    font-size: 150px;
    color: orange;
    font-weight: bold;
    text-shadow: 1px 5px 5px black;
}
.top-right3 {
    position: absolute;
    top: 8px;
    right: 16px;
    font-size: 150px;
    color: black;
    font-weight: bold;
    text-shadow: 1px 5px 5px black;
}


.ccn1 {
    position: relative;
    text-align: center;
    color: white;
}

.row {
    --bs-gutter-x: 0.5rem !important;
}

.pprod {
    border: 3px solid black;
    margin-left: 2px;
}