#welcome-window {
    padding-left: 5rem;
    padding-top: 2.5rem;
    display: flex;
    flex-direction: column;
    background-color: var(--color-bg-editor);
    width: 100%;
    height: 100%;
    color: var(--color-text-primary);
}

#welcome-window h1 {
    margin-bottom: 0.25rem;
    color: inherit;
}

#welcome-window h4 {
    margin-bottom: 0.5rem;
    color: inherit;
}

#welcome-window h5 {
    margin-top: 0;
    width: 20rem;
    color: inherit;
}

#welcome-window a {
    text-decoration: underline;
    padding-bottom: 0.5rem;
    cursor: pointer;
    color: inherit;
}

#fast-tutorial {
    padding-top: 1.5rem;
}

#fast-tutorial div{
    display: flex;
    align-items: center;
    padding-top: 5px;
}

#fast-tutorial span{
    padding-left: 5px;
}

#fast-tutorial img{
    width: 1.5rem;
    height: 1.5rem;
}

kbd {
    background-color: #eee;
    border-radius: 0.25rem;
    border: 1px solid #b4b4b4;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2), 0 2px 0 0 rgba(255, 255, 255, .7) inset;
    color: #333;
    display: inline-block;
    font-size: 1em;
    font-weight: 800;
    line-height: 1;
    padding: 0.125rem 0.25rem;
    white-space: nowrap;
    margin: 0.25rem;
}