body{
  background-color: #14121a;
}
.mypfp {
  border-radius: 100px;
  border: 2px solid #e2b714;
  height: 50px;
  width: 50px;
  float: left;

  position: absolute;
  top: 5px;
  left: 5px;
}
a {
  color: #e2b714;
}
.UnclickableSlash {
  color: #7a7a85;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #e2b714;
}
a:active {
  text-decoration: none;
}

#maindiv {
	width: 100%;
	height: 100%;
}
.innerdiv {
  /*border: 1px solid rgb(255, 255, 255);*/
  position: absolute;
  top: 9%;
  left: 3.5%;

  width: 92.5%;
  height: 90%;
}

.navbar {
	color: #8b897f;
	font-family: 'Be Vietnam Pro', sans-serif;
	font-size: 15px;
	position: absolute;
	top: 8px;
	left: 66px;
	width: 500px;
}
.tempwbrd {
  color: rgb(223, 223, 223);
  font-family: 'Be Vietnam Pro', sans-serif;
  text-align: center;
}
#hellotext {
  color: rgba(255, 255, 255, 0.726);
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 25px;

  text-align: center;
  text-shadow: 2px 2px 4px rgb(255, 255, 255);
}
#hellopt2 {
  color: rgb(255, 166, 0);
  font-family: 'Space Mono', sans-serif;
  font-size: 30px;

  text-align: center;
  text-shadow: 2px 2px 2px rgb(255, 166, 0);
}

#leftsection {
	/*border: 1px solid rgb(255, 255, 255);*/

	position: absolute;
	top: 68px;
	left: 94px;
	width: 30%;
	height: 80%;
}
#abtmehead {
  color: rgb(255, 166, 0);
  font-family: 'Be Vietnam Pro', sans-serif;
  text-align: center;
  font-size: 150%;
}
#abtmemain {
  color: rgb(207, 207, 207);
  font-family: 'Be Vietnam Pro', sans-serif;
  text-align: center;
  font-size: 100%;
}

#postssubsection {
  /*border: 1px solid rgb(255, 255, 255);*/

  width: 100%;
  height: 15%;
}
#postshead {
  color: rgb(255, 166, 0);
  font-family: 'Be Vietnam Pro', sans-serif;
  text-align: center;
  font-size: 150%;
}
#postsmain {
  color: rgb(207, 207, 207);
  font-family: 'Be Vietnam Pro', sans-serif;
  text-align: center;
  font-size: 100%;
}

#rightsection {
  /*border: 1px solid rgb(255, 255, 255);*/

  position: absolute;
  top: 9%;
  right: 6%;

  width: 30%;
  height: 80%;
}
#featuredhead {
  color: rgb(255, 166, 0);
  font-family: 'Be Vietnam Pro', sans-serif;
  text-align: center;
  font-size: 150%;
}
#featuredmain {
  color: rgb(207, 207, 207);
  font-family: 'Be Vietnam Pro', sans-serif;
  text-align: center;
  font-size: 100%;
}
.PageLinks {
  text-align: center;
  font-size: 20px;
  font-family: 'Be Vietnam Pro', sans-serif;
}
#likeshead {
  color: rgb(255, 166, 0);
  font-family: 'Be Vietnam Pro', sans-serif;
  text-align: center;
  font-size: 150%;
}
#likesmain {
  color: rgb(207, 207, 207);
  font-family: 'Be Vietnam Pro', sans-serif;
  text-align: center;
  font-size: 100%;
}

#quotemain {
  color: rgb(207, 207, 207);
  font-family: 'Be Vietnam Pro', sans-serif;
  text-align: center;
  font-size: 150%;
}

#changeloghead {
  color: rgb(255, 166, 0);
  font-family: 'Be Vietnam Pro', sans-serif;
  text-align: center;
  font-size: 150%;
}
#changelogmain {
  color: rgb(207, 207, 207);
  font-family: 'Be Vietnam Pro', sans-serif;
  text-align: center;
  font-size: 100%;
}
#MainPFP {
  display: block;
  margin-left: auto;
  margin-right: auto;

  border-radius: 100px;
  border: 2px dashed #e2b714;
}

#spotify {
  border: 2px solid #14121a;
  margin: 5px;
  transition-duration: 0.4s;
  border-radius: 100px;
}
#spotify:hover {
  border: 2px solid #3eff68;
}
#instagram {
  border: 2px solid #14121a;
  margin: 5px;
  transition-duration: 0.4s;
  border-radius: 100px;
}
#instagram:hover {
  border: 2px solid #ed63ff;
}
#github {
  border: 2px solid #14121a;
  margin: 5px;
  transition-duration: 0.4s;
  border-radius: 100px;
}
#github:hover {
  border: 2px solid #e2b714;
}
#tiktok {
  border: 2px solid #14121a;
  margin: 5px;
  transition-duration: 0.4s;
  border-radius: 150px;
}
#tiktok:hover {
  border: 2px solid #fd4141;
}
