body {
    background-color: #09090c;
    background: url(../img/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
    overflow: hidden
}

a,p,h1,h2 {
    color: #fff;
    text-decoration: none;
    font-family: poppins,sans-serif
}

.etercontainer {
    display: flex
}

.elytext {
    padding: 5rem;
    margin: 7rem 0
}

.elytxd h1 {
    font-size: .75rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    color: #ababab
}

.elytxd h2 {
    margin: 0;
    padding: 0;
    font-size: 5rem;
    line-height: 1;
    text-transform: uppercase
}

.elytxd p {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #ababab;
    width: 100%
}

.elybtns button {
    background-color: hsla(0,0%,100%,.075);
    border-radius: 8px;
    padding: 15px 30px;
    border: none;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    font-size: .75rem
}

.elybtns .discord {
    background-color: hsla(235,86%,65%)!important
}

.elybtns button:hover {
    box-shadow: 0 0 100px 5px hsla(0,0%,100%,.075);
    transform: translateY(-5px);
    transition: all .3s
}

.elybtns .discord:hover {
    box-shadow: 0 0 100px 5px hsla(235,86%,65%,.075);
    transform: translateY(-5px);
    transition: all .3s
}

.elybtns .disabled {
    color: rgba(255,255,255,.2)!important;
    cursor: not-allowed
}

.elybtns .primary i {
    color: red;
    text-shadow: 0 0 100px red
}

.elybtns i {
    margin: 0 5px 0 0
}

.copyright {
    margin-top: 20px
}

.copyright a {
    color: rgba(255,255,255,.2)!important;
    text-transform: uppercase;
    font-size: .65rem
}

.ely {
    color: red!important;
    text-shadow: 0 0 100px red
}

.character {
    margin: 5rem 0
}

.character img {
    width: 33rem
}

.sep {
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg,rgba(144,156,231,.075),transparent);
    margin-bottom: 20px
}

.radial_stripes {
    position: absolute;
    top: 0;
    right: 50px;
    width: 30vw;
    height: 30vw;
    opacity: .4;
    z-index: -1;
    animation: rotate 60s infinite linear
}

.radial_stripes {
    background: url(../img/radial-stripes.svg)
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@media only screen and (max-width: 2000px) {
    .elytext {
        margin:11rem 5rem
    }

    .character {
        margin: 10rem 0
    }

    .character img {
        width: 40rem
    }
}

@media only screen and (max-width: 1700px) {
    .elytext {
        margin:7rem 0
    }

    .character {
        margin: 5rem 0
    }

    .character img {
        width: 33rem
    }
}

@media only screen and (max-width: 900px) {
    .character,.radial_stripes {
        display:none
    }
}
