.urefucard {
    height: 1cm;
}

.isCenter{
    text-align: center;
}

.juu {
    transition: box-shadow .3s;
}

.noLinkUnderline {
    text-decoration: none !important;
    color: inherit !important;
}

.noLinkUnderline:hover,
.noLinkUnderline:visited,
.noLinkUnderline:active,
.noLinkUnderline:focus {
    text-decoration: none !important;
    color: inherit !important;
}

.juu:hover {
    box-shadow: 0 0 11px #51DFD1;
}

.iconSize {
    height: 0.5cm;
}

.iconSize2 {
    height: 2cm;
}

.isBlack {
    color: black;
}

.isRed {
    color: red;
}

.isViolet {
    color: rgb(201, 15, 218);
}

.isCyan {
    color: rgb(15, 211, 218);
}

.isOrange {
    color: rgb(255, 136, 0);
}

.isGreen {
    color: green;
}

.isBold {
    font-weight: bold;
}

.theAfricanBitsLogo {
    height: 1cm;
}