/* change the background color and the text color of the side block*/
.block-custom-wrapper {
    background: #ffffff;
    color: black;
    width: 435px;
}


/* change the link color*/
.block-custom-wrapper .field--type-text-with-summary a, main .block-custom-wrapper .text-component-text.basic_html a, main .block-custom-wrapper .text-component-text.restricted_html a, main .block-custom-wrapper .text-component-text.cern_full_html a {
        color: #0093be!important;
}