.sidebar-title {
    color: rgba(255, 255, 255, 0.40);
    font-family: Nunito;
    font-size: 10.4px;
    font-style: normal;
    font-weight: 800;
    line-height: 15.6px; /* 150% */
    text-transform: uppercase;
}

.sidebar-link {
    color: rgba(255, 255, 255, 0.80);
    font-family: Nunito;
    font-size: 13.6px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.4px;
}

.sidebar-icon {
    color: rgba(255, 255, 255, 0.30);
}

.sidebar-img {
    height: 337px;
    background-image: url("/static/imgs/sidebar.jpg");
    background-position: center;
    background-size: cover;
}

.copyright a {
    color: #F79031;
    text-align: center;
    font-family: Nunito;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px; /* 192% */
}

.copyright span {
    color: #F79031;
    font-family: Nunito;
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
}

.sidebar-logo {
    height: 55px;
    background-image: url("/static/imgs/logo.png");
    background-position: center;
    background-size: cover;
}
