* {
  box-sizing: border-box;
}

body {
  font-family: 'VT323.woff';
  color: white;
  margin: auto;
  width: 800px;
  height: auto;
  background-image: url("https://verbacontradeum.neocities.org/vcgfx/stars.jpg");
  background-size: cover;
}
/* Header/Blog Title */
.header {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: -6px;
  overflow: clip;
  font-size: 15px;
  text-align: center;
  background: transparent;
}
.nav {
  border: 0px solid white;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: -1px;
  box-sizing: border-box;
  max-height: 50px;
  text-align: center;
  letter-spacing: 5px;
  font-size: 15px;
  font-weight: bold;
  overflow: visible;
}

/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {
  float: left;
  width: 75%;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 25%;
  padding-left: 20px;
}

/* Fake image */
.fakeimg {
  background-color: #aaa;
  width: 100%;
  padding: 20px;
}

/* Add a card effect for articles */
.card {
  background-color: transparent;
  padding: 20px;
  margin-top: 20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Footer */
.footer {
  padding: 20px;
  text-align: center;
  background: transparent;
  margin-top: 20px;
}
h2 {
  color: #FF4200
}
h3 {
  color: #FF4200
}
h5 {
  color: white
}
a {
	color: #ff4200;
	text-decoration: none;
	letter-spacing: 1px;
}
a:hover {
	color: white;
}