#topic_selector {
    margin-bottom: 32px;
}

#topics {
    width: 420px;
    max-width: 100%;
    height: 44px;
    line-height: 44px;
    font-family: inherit;
    font-size: 0.95rem;
    color: var(--ink);
    background-color: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    box-shadow: none;
}

.custom-select:after {
    background: var(--ink);
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
    line-height: 44px;
}

.navBtn {
    background-color: var(--paper);
    border: 1px solid var(--line);
    box-shadow: var(--shadow-sm);
    color: var(--ink);
}

#tutorial_image_container {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    background-color: var(--canvas);
}
