
#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.h-100 {
    height: 100% !important
}

.card-box {
    width: 450px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 8px;
}

    .card-box .card {
        overflow-y: scroll;
        height: 100%
    }

.codista-text {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 3rem;
    font-weight: bold;
    text-transform: uppercase;
}

    .codista-text span {
        display: inline-block;
        transform-origin: bottom center;
    }

.c {
    color: #5781b7;
    transform: rotate(-30deg);
    margin-right: -10px;
}

.o {
    color: #5781b7;
    transform: rotate(-15deg);
    margin-right: -10px;
}

.d {
    color: #efc432;
    transform: rotate(-5deg);
    margin-right: -5px;
}

.i {
    color: #efc432;
    transform: rotate(0deg);
}

.s {
    color: #2d2826;
    transform: rotate(5deg);
    margin-left: -5px;
}

.t {
    color: #369e49;
    transform: rotate(15deg);
    margin-left: -10px;
}

.a {
    color: #e53c2e;
    transform: rotate(30deg);
    margin-left: -10px;
}


