@charset "utf-8";
body {
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: 0.07em;
    color: #fff;
    background: #000;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
}
::selection {
    background: #b55cad;
    color: #fff;
}
::-moz-selection {
	background: #b55cad;
	color: #fff;
}
button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
}
a{ color: #b55cad; }
a:hover{ text-decoration: none; }
.gb {
    background-image: -webkit-linear-gradient(left, #914cef 0%, #5c8be1 100%);
    background-image: linear-gradient(to right, #914cef 0%, #5c8be1 100%);
}
.jo {
    font-family: Jost, sans-serif;
    font-weight: 600;
    letter-spacing: 0.08em;
}