/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background: url(images/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color:white;
  overflow-x: hidden;
}

.banner {
   width: 100%;
}

.col1 {
  background-color: rgba(000, 000, 000, 0.6);
}

.aaa {
  text-align: center;
  position: relative; top: -13px;
}

.col11 {
  margin: 0px 10px;
  position: relative; top: 0px;
  float: left;
  height: 1276px;
  width: 260px;
  background-color: rgba(000, 000, 000, 0.6);
}

.pages {
  margin: 5px 2.5px;
  width: 250px;
}

.test {
  margin: 5px 2.5px;
  width: 250px;
}
.links1 {
  margin: -3px 0px;
  font-family: arial;
  font-size: 15px;
}

.mainbody {
  margin: -174px 321px;
  width: 1015px;
  height: 1000px;
   background-color: rgba(000, 000, 000, 0.6);
}

.col3 {
   width: 260px;
  background-color: rgba(000, 000, 000, 0.6);
}

.bbb {
  margin: 8px;
}

.info3 {
  margin: 6px 0px;
  height: 126px;
   width: 260px;
  background-color: rgba(000, 000, 000, 0.6);
}
.pfp {
  margin: 5px;
  width: 117px;
}

.username {
  padding: 0px 4px;
  position: relative; top: 4%;
  font-size: 20px;
}

.bio {
font-size: 17px;
}

.info2 {
  margin: 0px 0px;
  width: 260px;
  height: 165px;
  font-family: arial;
  background-color: rgba(000, 000, 000, 0.6);
}

.ccc {
  margin: 8px 0px;
}

.info4 {
  margin: 8px 0px;
 width: 260px;
  height: 265px;
  font-family: arial;
  background-color: rgba(000, 000, 000, 0.6);
}

.gif {
  height: 230px;
  margin: 12px 15px;
}

.message {
  position: relative; top: -10%;
}

a {
  color: pink
}


.col2 {
  Width: 1000px;
  height: 4835px;
  background-color: rgba(000, 000, 000, 0.6);
}