
#custom-design.drag-over {
    border-color: red;
}

svg {
    width: 100%;
    height: 100%;
}

#design-border {
    padding: 5px;
}
#design-border-inner {
    padding: 35px;
}
#design-text {
    font-family: 'Beth Ellen', serif;
    font-size: 12px;
    bottom: 11px;
}

#file-input-btn {
    background-color: #bbb;
}
#file-input-btn:hover {
    background-color: #aaa;
}
#file-input-btn:active {
    background-color: #999;
}