@font-face {
  font-family: '8bitOperatorPlus-Bold';
  src: url("https://larmadio.neocities.org/8bitOperatorPlus-Bold.ttf");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: '8bitOperatorPlus-Regular';
  src: url("8bitOperatorPlus-Regular.ttf");
  font-weight: normal;
  font-style: italic;
}

body {
  background-color: black;
  flex-direction: column;
  font-family: "8bitOperatorPlus-Bold", monospace;
}

* {
  margin: 0;
  padding: 0;
}

h1 {
  text-align: center;
}

.navbar ul {
  list-style-type: none;
  background-color: indigo;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

.navbar a {
  color: white;
  text-decoration: none;
  padding: 15px;
  display: block;
  text-align: center;
}

.navbar a:hover {
  background-color: purple;
}

.navbar li {
  float: left;
}

.logo-icon {
	position: relative;
	left: -325px;
	bottom: -150px;
	display: block;
  width: 1266px;
  height: 426px;
  margin: auto;
	padding-bottom: 20px;
}

.image-armadio {
  position: relative;
  display: block;
  width: 230px;
  height: 239px;
  margin: auto;
  padding-bottom: 35px;
}

.wip-text {
  color: white;
  padding-bottom: 20px;
  font-size: 30pt;
}

.con-text {
  position: relative;
  bottom: -150px;
	color: white;
	padding-bottom: 20px;
	font-size: 30pt;
}

.con-text2 {
  position: relative;
  left: -300px;
  bottom: -150px;
	color: white;
	padding: 8px;
	font-size: 20pt;
}

.con-text3 {
  position: relative;
  bottom: -220px;
  color: grey;
  padding-bottom: 8px;
  font-size: 15pt;
}

.last-video {
  position: relative;
  bottom: -230px;
}

.social-icon {
	width: 100px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.social-text {
  color: white;
  font-size: 30pt;
  padding-bottom: 50px;
}

h2 {
  text-align: center;
}

.imgbox {
  width: 633px;
	text-align: center;
	white-space: nowrap;
}

.home-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}