    body{
      background-color: #2E3440;
      text-align:left;
	  padding: 100px;
      color: #D8DEE9;
      font-family: "Times new roman";
      font-weight: 500;
      }
	  
ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
   
}

li  {
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	 color: none;
	 font-size: 30px;
	 text-align:center;
	 text-decoration:none;
}

.nav {
  overflow: hidden;
  background-color: black;
  display: block;
}

.nav a {
  float: left;
  color: #ffffff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;

  /* You should use inline-block to make navigation links take some   space */
  display: inline-block;
}

.nav a:hover {
  background-color: gray;
  color: black;
}

.nav a.active {
  background-color: red;
  color: blue;
}

.postscroll {
padding: 0px 0px;
 position: relative;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
font-size:18px;
text-align:center;
width: 900px;

}

.graphicbox {
	max-height: 300px;
	width: auto;
	padding: 10px;
	margin-left: 10px;
	margin-right: 10px;
	overflow: auto;
}

.box1 {
  width: auto;
  padding: 10px;
  float: left;
background-color: #000000;
}

.box2 {
  width: auto;
  padding: 10px;
  float: right;
  background-color: #000000;
 
}

.finalbox {
  width: auto;
  padding: 10px;
background-color: #EDFAFD;
}

.imgbox {
  float: right;
  background-image: url("images/bg.jpg");
    object-position: top;
  width: 900px;
  height: 300px;
  object-fit: cover;
}

.imgbox img {
  object-position: top;
  width: 900px;
  height: 300px;
  object-fit: cover;
}

.finalbox p {
	color: #000000;
}

.home {
	  font-family: 'Rokkitt';
	  font-size: 18px;
	text-align:center;
	min
}

h1 {
	padding: 0px;
	margin: 0px;
	text-align:left;
	color: #90E0EF;
	font-family: "Metamorphous", serif;
}

/* column standard colors */
.column_blue {
    border-right-color: #373B41;
}
.column_blue > a,
.column_blue > ul > li:before {
    color: #1D1F21;
}
.column_blue > a {
    text-shadow: 0 0.5px #373B41;
}
.column_blue > ul > li > a {
    color: #81A2BE;
}

/* purple column highlight */
.column_blue:hover > a,
.column_blue:hover > ul > li:before {
    color: #3c3a5c;
}
.column_blue:hover > a {
    text-shadow: 0 0.5px #b9b6d9;
}
.column_blue > ul > li > a:hover {
    color: #b9b6d9;
}

.column_blue > ul > li > a {
    text-decoration: none;
    vertical-align: middle;
    font-weight: bold;
    outline: 0;
    transition: all 0.8s;
}


#theimage {
	width: 300px;
	height: 300px;
	float:left;
	border-radius: 10px;
}

