html, body {
    width: 99%;
    height: 99%;
    margin: 0;
    padding: 0;

    background: #161616;
}

/* CONTAINERS */
.colBackground {
    background-color: rgba(22,22,22,1);
}

.container-fluid {
    padding: 0px 0px;
}

/* TEXT */
.nameText {
    font-family: Orbitron, sans-serif;
    font-size: clamp(28px, 5vw, 48px);
    color: white;
    margin-bottom: 5px;
}

.roleText {
    font-family: Inter, sans-serif;
    font-size: clamp(14px, 2vw, 18px);
    color: #b0b0b0;
    margin-top: 0;
}

/* IMAGE BOARDS */
.card {
    box-shadow: 0 4px 8px 4px rgba(255,255,255,0.1);
    background-image: url('img/board.png');
    background-repeat: repeat;
    background-size: 100% auto;
    transition: 0.3s;
    width: 100%;
    border-radius: 5px;
    border-color: rgba(0,0,0,0.1);
}

.card:hover {
    box-shadow: 0 4px 16px 4px rgba(255,255,255,0.1);
}

/* ANIMATION */
.hero-animation {
    display: flex;
    justify-content: center;
    align-items: center;
}

.animGif {
    width: 60%;
    max-width: 70%;
    height: auto;

    /* make it blend like UI element */
    opacity: 0.6;
    filter: contrast(1.1) brightness(1.2);
}

/* FOOTER */
.footerBlock {
    width: 100%;

    padding-top: 25px;

    border-top: 1px solid rgba(255,255,255,0.08);

    text-align: center;
}

.footerText {
    color: #bdbdbd;

    font-family: Inter, sans-serif;

    font-size: 14px;

    margin: 6px 0;
}

.footerLink {
    color: white;

    text-decoration: none;
}

.footerLink:hover {
    opacity: 0.7;
}





























.skewedbg{
    em{
        display: inline-block;

        border-radius: 0.05em;
        position: relative;
        padding: 0px 0px;
        height: 0.97 em;
        background-size: 100% 50%;
        background: rgb(255, 122, 0, 0.7);

        transform: skewX(-10deg);
    }
    span{
        display: inline-block;
        transform: skewX(10deg);
    }
}

.mainText{
    font-family:Inter;
    font-size: clamp(20px, 4vw, 26px);
    color: #FF7A00;
    color: white;
    line-height: 150%;
}

.bigText{
    font-family:Calibri;
    font-size: clamp(18px, 4vw, 32px);
    color: white;
}

.smallText {
    font-family:Bad script;
    font-size: clamp(18px, 4vw, 22px);
    color: #FF7A00;
    color: white;
    line-height: 130%;

}

.topicText {
    text-decoration-line: underline;
    text-decoration-style: wavy;
}

td {
    padding-bottom: 15px;
}


