html, body {
	height: 100%;
	width: 100%;
	background-image: url("https://ersel.art/images/background.jpg");
	background-color: #231b29;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0;
	font-family: 'Space Mono', monospace;
}

.container {
	align-items: center;
	display: flex;
	justify-content: center;
	height: 100%;
	width: 100%;
}

.box {
  margin-top: 0px;
  text-align: center;
  width: auto;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.socials{
  margin-top: 0px;
  width:32px;
  height:32px;
  display: inline;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  opacity: 0.2;
  transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
}

.socials:hover{
  opacity: 1;
  filter: none;
}

h2 {
  text-align: center;
  color: #9966ff;
}

p {
  text-align: center;
  color: #66cc99;
  margin-top: -20px;
}
