#footcontainer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-family: "Rubik", sans-serif;
    justify-content: space-between;
    color: #FFFFFF;
    text-align: left;
    font-size: clamp(10px, 2vw, 15px);
    margin: auto;
    padding-top: 20px;
    width: 80%
}

#footcontainer .smspan {
    color: #2768ff;
    font-weight: bold;
}

#footcontainer a {
    color: #e9e5fc;
    text-decoration: none;
}

#footcontainer a:hover {
    text-decoration: underline;
}

#mainfootcontainer h4 {
    color: #2768ff;
}

#footcontainer>div {
    width: 80%;
    height: 100%;
}

#smcredit {
    position: relative;
    color: #fafbfebb;
    font-size: clamp(8px, 2vw, 14px);
    font-weight: bold;
    text-align: center;
    font-family: "Rubik", sans-serif;
}

#mainfootcontainer {
    background-color: black;
    width: 100%;
}

.workstation-dark-mode #mainfootcontainer {
    background-color: #1a1919;
}

.partners-div {
    font-size: clamp(8px, 2vw, 14px);
    text-align: center;
    color: white;
}

.partners-div a {
    color: #3ff1d9d3;
    text-decoration: none;
}