html, body {
    font-family: 'Fustat', sans-serif;
    font-weight: normal;
    font-optical-sizing: auto;
    font-style: normal;
    margin: 0;
    padding: 0;
    color: #ffffff;
    background-color: #000000;
    overflow-x: hidden;
}

body {
    background-size: 1280px 1440px;
}

.bgGlow {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    pointer-events: none;
    top: -1000px;
	overflow-y: clip;
	z-index: -1;
}

.bgStars {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    pointer-events: none;
    background-image: url("../assets/stars.png");
    background-repeat: repeat;
}

.bgGlowLeft, .bgGlowRight {
    position: relative;
    width: 2000px;
    height: 2000px;
    margin-bottom: -750px;
    background: radial-gradient(ellipse closest-side, rgba(93, 0, 255, .3), rgba(193, 130, 238, 0));
}

.bgGlowLeft {
    float: left;
    transform: translateX(-50%);
}

.bgGlowRight {
    float: right;
    transform: translateX(50%);
}

*:focus {
    outline: none;
}

a:not(.presskit):hover {
    opacity: 0.7;
}

a {
    text-decoration: none;
    color: white;
}

ul {
    text-align: left;
    max-width: 680px;
    padding-left: 65px;
    padding-right: 25px;
    margin: 15px auto;
    line-height: 21px;
}

#content {
    width: 100%;
    position: relative;
    overflow: hidden;
	z-index: 1;
}

#content a {
    color: #cdafff;
}

#content h1 {
    text-align: center;
    margin-top: 60px;
}

#content p {
    max-width: 680px;
    padding-left: 25px;
    padding-right: 25px;
    margin: 15px auto;
    text-align: justify;
    line-height: 21px;
}

.list {
    list-style-position: inside;
    max-width: 500px;
    padding-right: 25px;
    margin: auto;
}

.list li:not(:last-child) {
    margin-bottom: 5px;
}

img, svg {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

.images {
    position: relative;
    max-width: 650px;
}

/* toolbar */
::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
    background: #220f40;
}

::-webkit-scrollbar-thumb {
    background: #8038EF;
    border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
    background: #5E35B1;
}