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

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;
}
#blog {
  overflow: scroll;
  }

.profile {
  float: right;
  }

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

#profiledesc {
  font-size: 18px;
  }
  
#hobbies {
  width: 380px;
  height: 430px;
  box-sizing: border-box;
  float: left;
  }
  
#games {
  width: 400px;
  height: 430px;
  box-sizing: border-box;
  float: left;
  padding-left: 20px;
  }
  