body {
  background-image: url(space.gif); /* The image used */
  background-color: pink; /* Used if the image is unavailable */
  height: 100vh; /* You must set a specified height */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  color:  #ff82f9;
  text-shadow: -2px 2px #000;
  overflow: hidden;
}

.center {
  margin: auto;
  width: 55%;
  height: 92%;
  border: 3px double #ff82f9;
  border-radius: 10px;
  padding: 20px;
  overflow: hidden;
}

.profile {
  float: right;
  height: 250px;
  }
  
  /* unvisited link */
a:link {
  color: #FF6961;
}

/* visited link */
a:visited {
  color: purple;
}

/* mouse over link */
a:hover {
  color: hotpink;
}

/* selected link */
a:active {
  color: #FF6961;
}

#profilepic {
  position: relative;
  left: 10px;
  
  }
#profiletag {
  position: relative;
  left: 230px;
  bottom: 40px;
  
  }

#profiledesc {
  font-size: 18px;
  
  }
  
#hobbies {
  width: 350px;
  height: 430px;
  box-sizing: border-box;
  float: left;
  border-right-style: dashed;
  }
  
#games {
  width: 400px;
  height: 430px;
  box-sizing: border-box;
  float: left;
  padding-left: 8px;
  padding-right: 8px;
  overflow: scroll;
  border-right-style: dashed;
  }
  
#lastfm {
  width:255px;
  height: 420px;
  float: left;
  margin-left: 10px;
  }
  
#badges {
  
  }
  