

* {
	max-width: 1280px;
	box-sizing: border-box;
	margin: auto;
}




body 



{
  font-family: Arial;
  padding: 20px;
  background: #000000;
}

h1 {
  color: #FFFAFA;
}


h2 {
  color: #FFFAFA;
}


h3 {
  color: #FFFAFA;
}

h4 {
  color: #FFFAFA;
}


h5 {
  color: #FFFAFA;
}

h6 {
  color: #FFFAFA;
}


h7 {
  color: #FFFAFA;
}

p {
  color: #FFFAFA;
}

/* unvisited link */
a:link {
  color: #FFFAFA;
}

/* visited link */
a:visited {
  color: #FFFAFA;
}

/* mouse over link */
a:hover {
  color: hotpink;
}

/* selected link */
a:active {
  color: blue;
}

/* Header/Blog Title */
.header {
  padding: 30px;
  font-size: 40px;
  text-align: center;
  background: #000000;
}

/* 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: #696969;
  width: 100%;
  padding: 1px;
}


/* Fake image */
.fakeimg2 {
  background-color: #000000;
  width: 100%;
  padding: 1px;
}

/* Add a card effect for articles */
.card {
  background-color: #000000;
  padding: 20px;
  margin-top: 20px;
  text-align: justify;
  text-justify: none;
  
}

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

/* Footer */
.footer {
  padding: 20px;
  text-align: left;
  background: #000000;
  margin-top: 20px;
}


