@font-face {
    font-family: 'ArchivoSemiExpanded';
    src: url('../fonts/ArchivoSemiExpanded-Regular.woff2') format('woff2'),
         url('../fonts/ArchivoSemiExpanded-Regular.otf') format('opentype'),
         url('../fonts/ArchivoSemiExpanded-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ArchivoSemiExpanded';
    src: url('../fonts/ArchivoSemiExpanded-Bold.woff2') format('woff2'),
         url('../fonts/ArchivoSemiExpanded-Bold.otf') format('opentype'),
         url('../fonts/ArchivoSemiExpanded-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

html, body {
    margin: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'ArchivoSemiExpanded', sans-serif;
    color: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
}

.gradient-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #cd00be 0%, #465be5 100%);
    z-index: -1;
}

.bar-1 {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    height: 100vh;
    background-color: #fff;
    opacity: 1;
}

.bar-2 {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 5px;
    width: 5px;
    height: 100vh;
    background-color: #fff;
    opacity: 0.75;
}

.bar-3 {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 10px;
    width: 5px;
    height: 100vh;
    background-color: #fff;
    opacity: 0.50;
}

.bar-4 {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 15px;
    width: 5px;
    height: 100vh;
    background-color: #fff;
    opacity: 0.25;
}

.bar-5 {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 5px;
    height: 100vh;
    background-color: #fff;
    opacity: 1;
}

.bar-6 {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 5px;
    width: 5px;
    height: 100vh;
    background-color: #fff;
    opacity: 0.75;
}

.bar-7 {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 5px;
    height: 100vh;
    background-color: #fff;
    opacity: 0.50;
}

.bar-8 {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 5px;
    height: 100vh;
    background-color: #fff;
    opacity: 0.25;
}

.center-content {
    text-align: center;
    z-index: 1;
}

.normal-text {
    font-weight: normal;
}

a {
    color: #fff;
    text-decoration: underline;
    text-decoration-color: #fff;
}

a:hover,
a:focus,
a:active {
    text-decoration-color: #fff;
    color: #fff;
}

h1 {
    color: #fff;
}

h2 {
    color: #fff;
    font-weight: normal;
    font-size: 22px;
}

h3 {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}

h4 {
    color: #fff;
    font-size: 16px;
}