/* Coded by Jaiden.DEV for WeAreBounce.NET */

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700&amp;display=swap');

*{
    padding:            0;
    margin:             0;
    color:        white;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}

body{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.content{
    position:                  fixed;
    left:                        50%;
    text-align: center;
    width: 700px;
    top:                         50%;
    transform: translate(-50%, -58%);
}

.background{
    width:          100%;
    height:        100vh;
    background:  black;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .background img{
        width: 130%;
        height: 130%;
        margin-top: -150px;
        margin-left:-190px;
        filter: blur(50px) saturate(130%) brightness(80%);
    }

.dj-stats{
    margin-top:30px;
    width: 700px;
    text-align: center;
}

    .dj-stats img{
        width: 130px;
        height: 130px;
        box-shadow: 0px 0px 40px rgba(0,0,0,.5);
        border-radius:14px;
        overflow: hidden;
        margin-bottom:30px;
    }

    .dj-stats h1{
        font-size: 2.5rem;
        mix-blend-mode: overlay;
        text-shadow: 0px 0px 10px rgba(0,0,0,.4);
    }

    .dj-stats h3{
        font-size: 1.2rem;
        font-weight: 300;
        mix-blend-mode: overlay;
        text-shadow: 0px 0px 10px rgba(0,0,0,.4);
        margin-bottom:25px;
    }

    .dj-stats h5{
        font-weight: 100;
        mix-blend-mode: overlay;
        text-shadow: 0px 0px 10px rgba(0,0,0,.4);
    }

.refreshingin{
    position: fixed;
    top: 15px;
    font-size: 16px;
    left: 15px;
    color: white;
    text-shadow:0px 0px 10px rgba(0,0,0,.4);
}

.overlay{
    position: absolute;
    top: 0;
    text-shadow: 0px 0px 10px rgba(0,0,0,.4);
    margin-left:285px;
    margin-top: 30px;
    padding-top:40px;
    border-radius:14px;
    width: 130px;
    height: 90px;
    background: rgba(0,0,0,.4);
    font-size: 3rem;
}

    .overlay:hover{
        cursor: pointer;
        opacity: .8;
        transition: .3s;
    }

.logo{
    position: fixed;
    top: 35px;
    font-size: 13px;
    width: 100%;
    text-align: center;
    color: white;
    mix-blend-mode: overlay;
    text-shadow:0px 0px 10px rgba(0,0,0,.4);
}