body {
    background-image: url("https://xatimg.com/image/7xBw8mYrvqtw.gif");
    background-size: cover;
	
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Text */
b {
    display: inline-block;
    margin-left: -3px;
    color: #3688FF;
    font-size: 24px;
    letter-spacing: 5px;
}

/* Scroll Container */
.utris {
    padding: 12px;
    height: 310px;
    overflow: auto;
}

.utris::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(192, 110, 147, 1);
    background-color: #3688FF;
}

.utris::-webkit-scrollbar {
    width: 10px;
    background-color: #3688FF;
}

.utris::-webkit-scrollbar-thumb {
    background-color: #3688FF;
    border: 2px solid #3688FF;
}

/* Main Text Box */
.u7 {
    border-radius: 10px;
    font: 10.4px verdana;
    line-height: 100%;
    text-align: justify;
    padding: 12px;
    float: right;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 205px;
    height: 335px;
    border: 1px solid #DDD;
    background: #FDFDFD;
    overflow: hidden;
    color: #3688FF;
    font-style: italic;
    text-shadow: 1px 1px #F8F8F8;
}

.u7 b {
    font: 800 14px verdana;
    color: #3688FF;
    text-shadow: 1px 1px #F8F8F8;
}

.u7::first-letter {
    font: 300 50px "Roboto Slab";
    line-height: 100%;
    float: left;
    padding: 6px;
    margin: 6px;
    color: #3688FF;
    text-shadow: 2px 2px #3688FF;
}

/* Rotating Circle */
.u6 {
    width: 105px;
    height: 105px;
    padding: 3px;
    position: absolute;
    top: 34.3px;
    left: 19px;
    display: block;
    z-index: 3333;

    border-radius: 100%;
    border: dashed 3px;
    border-color: #FFFFFF transparent #FCFAFA transparent;

    animation: rotate 8s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Title */
#u1 h1 {
    font: 20px "Roboto Slab";
    line-height: 100%;
    position: relative;
    color: #1E90FF;
    text-transform: uppercase;
    padding: 12px;
    margin-top: 15px;
    border-top: 7px solid #3688FF;
    width: 160px;
    left: -15px;
    text-align: justify;
}

/* Hover Effects */
#u1:hover .u5 {
    right: 13px;
    background: #2A55DA;
}

#u1:hover .u5 span {
    color: #FAFAFA;
}

.u5 {
    z-index: 333;
    transition: 0.5s linear;
    position: relative;
    top: 30px;
    right: 100px;

    width: 160px;
    padding: 6px;

    background: #3688FF;
    color: #FAFAFA;

    text-align: right;
    text-transform: none;
    line-height: 100%;
    font: 400 25px "Lucida Sans Unicode", "Lucida Grande", sans-serif;

    border-radius: 0 20px 20px 0;
}

.u5 span {
    float: left;
    color: #3688FF;
    font-size: 14px;

    transition: 0.5s linear;
    transition-delay: 0.4s;
}

/* Small Text */
.u4 {
    font: 300 9px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    line-height: 100%;
    text-transform: uppercase;

    position: relative;
    top: 5px;
    left: -3px;

    width: 120px;
    height: 105px;
    padding: 5px;

    text-align: justify;
    color: #FAFAFA;
}

/* Profile Image */
.u3 {
    position: relative;
    top: 15px;

    width: 100px;
    height: 100px;

    z-index: 1;

    border-radius: 100%;
    border: 13px solid #2A55DA;

    background-image: url("https://xatimg.com/image/67P494wnEnOc.gif");
    background-size: cover;
}

/* Background Shape */
.u2 {
    position: absolute;
    top: 0;
    left: -100px;

    width: 240px;
    height: 440px;

    background: #3688FF;
    transform: rotate(-15deg);
}

/* Main Container */
#u1 {
    position: relative;
    overflow: hidden;
	

    width: 400px;
    height: 370px;

    margin: 0 auto;
	margin-top: 60px;
    padding: 15px;

    background: #F7F7F7;

    border: 5px solid #FEFEFE;
    border-radius: 10px;

    box-shadow:
        -1px 1px #DFDFDF,
         1px -1px #DFDFDF;
}

.playerbox {
    margin-top: 100px;
}

.playerbox {
    background: transparent;
    border: none;
    box-shadow: none;
}