body {
    margin: 0;
     font-size: 15px;
     color: #24110e;
    background: #1D2138 url("https://nikopets.neocities.org/images/bg%20tarot.png") fixed;
	font-family: monospace;
    text-align:center;
}

a {
	color: #8c5436;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #efaa51;
	text-decoration: none;
}

h1 {
	color: #522d1d;
	font-size: 25px;
	text-align: center;
}
h2 {
	color: #703e31;
	text-align: center;
	font-size: 22px;
	line-height: 25px;
}
h3 {
	color: #97563a;
	text-align: center;
	font-size: 19px;
	line-height: 20px;
}

.top-container {
  background-color: #f3cea3;
  padding: 14px;
  z-index:99;
  text-align: center;
}

.header {
    padding: 5px 5px;
    background: #f1b077;
    color: #f1f1f1;
    text-align:center;
    z-index:99;
    box-shadow: #3c3a4e77 0px 10px;
}

.header a {
	text-align: center;
	text-decoration: none;
	width: 90px;
	font-size: 20px;
	color: #4b1919;
	border: 3px solid #a45442;
	padding: 10px 5px;
	background-color: #cb875f;
	margin: 5px;
	display: inline-block;
	border-radius: 5px;
}

.header a:hover {
	background-color: #b67555;
	color: #1c0c08;
	border: 3px solid #8f4b3c;
}

.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}

.main {
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	width: 650px;
	height: auto;
	padding: 10px;
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: 20px;
	border: solid 5px;
	border-color: #b8765a;
	border-radius: 10px;
    box-shadow: #3c3a4e 0px 10px;
}

.mainheader {
	background-color: #b8765a;
	margin-top: -50px;
	margin-left: -50px;
	height: 75px;
	width: 1000px;
}

.maincontent {
	margin: 25px;
	text-align: center;
}

.wide {
    width: 400px;
    height: auto;
}

.tall {
    height: 400px;
    width: auto;
}

.icon {
    width: 150px;
    height: 150px;
    border-radius: 100px;
}

.iconcontainer {
   position:relative;
   display: inline-block;
   margin-left: auto;
   margin-right: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px;
  width: 150px;
  opacity: 0;
  transition: .5s ease;
  background-color: #67698cb0;
  border-radius:100px;
}

.iconcontainer:hover .overlay {
  opacity: 1;

}

.text {
  color: white;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.stats {
  width: 600px;
  background-color: #ffeedb;
  text-align: left;
  border-radius: 10px;
  margin-left: auto;
  margin-right:auto;
  padding:10px;
}

.center {
  margin-left: auto;
  margin-right:auto;
}

.pfp {
  width: 600px;
  height: auto;
}

.gallery {
  height: 200px;
  width: auto;
}