body {
    background-image: url(https://i.postimg.cc/k58vxySH/wp5393093.jpg);
    background-size: cover;
}

.container {
    max-height: 100%;
    max-width: 800px;
    margin: auto;
    margin-top: 100px;
    padding: 10px;
    position: relative;
    overflow: hidden;
	}

.top-left{

}

.top, .bottom {
    float:left;
    margin-right: 10px;
    border: 2px solid black;
}


.me, .fanlist {
    width: 180px;
    float: left;
    margin: 0px;
    border-right: 2px solid black;
    overflow: hidden;
    background-color: white;
}

.me {
    height: 256px;
    text-align: center;
    padding-top: 5px;
}

#statuscafe {
    padding: 1px;
    background-color: white;
    border-top: 1px solid black;
    font-size: 15px;
}
#statuscafe-username {
    margin-bottom: 5px;
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
}

.desc {
    width: 387px;
    height: 255px;
    background-color: white;
    overflow-y: scroll;
    margin: 0px;
    padding: 3px;
	}
	
.info {
    width: 200px;
    height: 469px;
    position: relative;
    background-color: white;
    border: 2px solid black;
    padding: 3px;
    padding-top: 7px;
    overflow-y: scroll;
    font-size: 14px
	}

.bottom {
    margin-top: 10px;
	}

.fanlist {
    height: 200px;
    overflow: hidden;
    font-size: 16px;
    padding-bottom:5px;
}

.kins {
    width: 394px;
    height: 200px;
    background-color: white;
    padding-top: 5px;
    overflow-y: hidden;
	}

.stamps {
    width: 789px;
    height: 55px;
    border: 2px solid black;
    background-color: white;
    white-space: nowrap;
    margin-top: 10px;
    padding: 3px;
}

.favs {
    margin-top: 10px;
    width: 789px;
    height: 192px;
    border: 2px solid black;
    background-color: white;
    white-space: nowrap;
    padding: 3px;
    font-size: 18px;
}

.blinkies {
    width: 789px;
    height: 20px;
    border: 2px solid black;
    background-color: white;
    white-space: nowrap;
    margin-top: 10px;
    padding: 3px;
}
	
.return {
    background-color: white;
    opacity: 0.9;
    position: fixed;
    left: 50px;
    top: 50px;
    box-shadow: 0px 0px 5px #fff;
    width: 70px;
    height: 90px;
	}

a:link {
  color: blue;
}

a:visited {
  color: #32278F;
}

a:hover {
  color: #B8FFFE;
}

a:active {
  color: blue;
}
