.shadow {
    text-shadow:
        1px 1px 0 #f28a34,
        -1px 1px 0 #f28a34,
        1px -1px 0 #f28a34,
        -1px -1px 0 #f28a34;
}

.ci_header {
    margin-top: 10px;
    margin-bottom: 10px;
}
.ci_header p {
    color: #ffffff;
    font-size: 1.8em;
}
.ci_message {
    background-color: #ffffffb0;
    width: 100%;
    max-width: 780px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    
    border: 1px solid;
    border-color: #f28d33;
    border-radius: 25px;
}
.ci_message p {
    color: #f28d33;
}

.ci_title {
    width: 100%;
    max-width: 780px;
    padding-left: 10px;
    color: #FFFFFF;
    position: absolute;
    justify-content: flex-start;
}

.canvas-box {
    background-color: #FFFFFF;
    
    width: 100%;
    max-width: 800px;
    
    border: 1px solid;
    border-color: #C4C4C4;

    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
.sd_box {
    position: absolute;
    max-width: 800px;
}
.sd_img1 {
    width: 15vw;
    max-width: 100px;
}
.sd_img2 {
    width: 18vw;
    max-width: 120px;
}
.bg_img {
    width: 100%;
    max-width: 800px;
}
.ura {
    background-color: #dbb7ff;
    border-color: #5d316f;
}
.break {
    width: 100%;
}
.hashsearch_icon {
    cursor: pointer;
    font-size: 1em;
}
