body,
html {
    padding: 0;
    margin: 0;
    font-family: Brygada, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
a {
    color: inherit;
    text-decoration: none;
}
h1 {
    font-size: 26px;
}
h1,
h2 {
   
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
hr {
    height: 1.5px;
    margin: 0;
    border: 0;
    background-color: #000;
}
.header_header__1-9k4 {
    width: 100%;
    background: -webkit-linear-gradient(45deg, #4facfe, #00f2fe 25%, #0098fe 75%, #e900ff);
    background: -moz-linear-gradient(45deg, #4facfe 0, #00f2fe 25%, #0098fe 75%, #e900ff 100%);
    background: linear-gradient(45deg, #4facfe, #00f2fe 25%, #0098fe 75%, #e900ff);
}
.header_innerHeader__1f8We {
    max-width: 1000px;
    padding: 5px 20px;
    margin: auto;
}
.header_innerHeader__1f8We,
.header_nav__qOiiz {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}
.header_nav__qOiiz span {
    text-decoration: none;
    font-size: medium;
    padding: 10px 25px;
    color: #f5f5f5;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    -webkit-align-self: center;
    align-self: center;
}
.header_header__1-9k4 img:hover,
.header_header__1-9k4 span:hover {
    cursor: pointer;
}
.footer_footer__A2QDl {
    width: 100%;
    background-color: #f5f5f5;
}
.footer_innerFooter__3g7eY {
    padding: 10px 20px;
    margin: auto;
    font-size: 0.7em;
    max-width: 1000px;
}
.footer_footerSeparator__3czgW {
    font-size: 1.2em;
}
@media only screen and (max-width: 720px) {
    .footer_innerFooter__3g7eY {
        text-align: center;
    }
}
.Home_main__1x8gC {
    flex: 1 1;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    min-height: -webkit-calc(100vh - 88px);
    min-height: -moz-calc(100vh - 88px);
    min-height: calc(100vh - 88px);
}
.Home_innerMain__3I_EB,
.Home_main__1x8gC {
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
}
.Home_innerMain__3I_EB {
    width: 100%;
    max-width: 1440px;
    padding: 0 20px;
    flex: 1 1;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
}
.Home_innerMain__3I_EB aside {
    width: 100%;
    min-width: 250px;
    text-align: center;
}
.Home_content__2fqOz {
    min-width: 1012px;
    width: 100%;
    padding: 0 20px;
}
.Home_content__2fqOz .Home_uploadBar__1TFXO {
    color: #fff;
    background-color: #8a2be2;
    padding: 10px 20px;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}
.Home_content__2fqOz span {
    color: #641ceb;
}
.Home_content__2fqOz input {
    display: block;
}
.Home_content__2fqOz ul li {
    margin-bottom: 10px;
}
.Home_innerContent__10Hxp {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    margin-bottom: 20px;
}
.Home_innerContent__10Hxp canvas {
    height: 300px;
    width: 480px;
    position: relative;
    background-color: #fff;
}
.Home_innerContent__10Hxp > div {
    width: 100%;
    border-width: 0.5px 0.5px 0.5px 0;
    border-style: solid;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}
.Home_innerContent__10Hxp div div {
    width: 100%;
    height: 100%;
}
.Home_innerContent__10Hxp .Home_colorInfoContainer__3ffty .Home_color__1zSYq {
    padding: 4px;
    background-color: #fff;
    margin: 0 10px;
    color: #000;
    max-width: -webkit-fill-available;
    font-size: 0.8em;
}
.Home_innerContent__10Hxp .Home_colorInfoContainer__3ffty input {
    border: 1px solid;
}
.Home_innerContent__10Hxp .Home_colorInfoContainer__3ffty > div {
    text-align: center;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    background-color: #f5f5f5;
}
.Home_innerContent__10Hxp .Home_colorInfoContainer__3ffty div span {
    padding: 0 10px;
    color: #000;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    font-size: 14px;
}
@media only screen and (max-width: 1200px) {
    .Home_innerContent__10Hxp {
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
    }
    .Home_innerContent__10Hxp > div {
        height: 316px;
        margin: 50px 0;
    }
    .Home_innerContent__10Hxp canvas {
        margin: auto;
    }
}
@media (max-width: 600px) {
    .Home_innerMain__3I_EB aside {
        display: none;
    }
    .Home_content__2fqOz .Home_uploadBar__1TFXO {
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
    }
    .Home_content__2fqOz input {
        width: 100%;
    }
    .Home_innerContent__10Hxp {
        overflow: scroll;
    }
    .Home_innerContent__10Hxp canvas {
        -webkit-align-self: center;
        align-self: center;
        margin: initial;
    }
}
