:root {
    --custom-color-primary: #3a67ef; /* Theme #0067f4 */
    --custom-color-secondary: #22cfff;
}
.custom_getstarted .d-block {
    display: none !important;
}
#blog_custom .container {
    max-width: 798px; /* 70% of bootstrap .container) */
}
#blog_custom .btn, #blog_custom .input-group-text, #blog_custom .form-control {
    font-size: 15px;
}
#biopages-logo a {
    background-color: var(--custom-color-primary);
    border-radius: 100px;
    padding: 2px 8px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
#biopages-logo img {
    height: 15px;
}