html {
    background-color: #0b1622;
    text-align: -webkit-center;
    display: table;
    margin: auto
}

html,
body {
    height: 100%
}

body {
    display: table-cell;
    vertical-align: middle
}

.main {
    color: #9fadbd;
    background-color: #192231;
    width: 400px;
    border-radius: 10px;
    margin: 0;
    padding: 10px;
    font-family: SegoeUI-Bold, Segoe UI;
    font-weight: 700
}

.ColorPicker {
    background-color: #192231;
    border: 0
}

.text {
    background-color: #0b1622;
    color: #9fadbd;
    border: 0;
    outline: #293343 solid 1px;
    border-radius: 5px
}

.button {
    background-color: #0b1622;
    border: 0;
    font-family: SegoeUI-Bold, Segoe UI;
    font-weight: 700;
    font-size: 10px;
    padding: 10px;
    color: #9fadbd;
    border-radius: 5px;
    transition: .5s;
    margin: 5px;
    cursor: pointer
}

.button:hover {
    background-color: #274058 !important
}

.buttons {
    flex-direction: row
}

div {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 2px;
    margin-bottom: 5px
}

h1 {
    margin: 5px
}

#result {
    font-size: 12px;
    overflow-wrap: anywhere;
    -webkit-touch-callout: all;
    -webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all
}