body {
  background-image: url("blogbg.jpg");
  height: 98vh;
  /*vh is view height,related to viewports ect in css*/
     }
p { font-family: helvetica, arial, sans-serif;
font-size: 16px;
color: #d44800;
}
h1 { font-family: helvetica, arial, sans-serif;
font-size: 22px;
color: #d44800;
}

* {
  box-sizing: border-box;
}
.box {
  width: 100px;
  height: 100px;
  background-color: #f1f1f1;
  text-align: center;
  border: 5px solid black;
  position: absolute;
}

.imgboxes{
	object-fit: none;	
}

 
 
#Box1
{
	height:31px;
	width: 88px;
	background-color: blue;
	position: fixed;
	top: 503px;
	left: 880px;
}

#Box2 {
	height:56px;
	width: 99px;
	background-color: blue;
	position: fixed;
	top: 500px;
	left: 778px;
}

#Box3 {
	height:56px;
	width: 99px;
	background-color: blue;
	position: fixed;
	top: 500px;
	left: 678px;
	
}

#Box4 {
	height:56px;
	width: 99px;
	background-color: blue;
	position: fixed;
	top: 500px;
	left: 578px;
}

#Box5 {
	height:56px;
	width: 99px;
	background-color: blue;
	position: fixed;
	top: 500px;
	left: 978px;
}

#Box6 {
	height:56px;
	width: 99px;
	position: fixed;
	top: 500px;
	left: 1078px;
}

#Box7
{
	height:31px;
	width: 88px;
	background-color: blue;
	position: fixed;
	top: 735px;
	left: 1080px;
}

#Box8
{
	height:31px;
	width: 88px;
	background-color: blue;
	position: fixed;
	top: 503px;
	left: 1180px;
}


#nogods {
	width: 240px;
    height: 200px;
	left: 8px;
	top: 544px;
	position:fixed;
}
#grave {
  width: 240px;
  height: 200px;
  left: 8px;
  top: 745px;
  position:fixed;
}

#idkmydude {
	width: 540px;
    height: 111px;
	left: 1370px;
	top: 830px;
	position:fixed;
}
.transbox{
	width: 100px;
    height: 100px;
}

#Lazubox {
	position: fixed;
	width: 300px;
    height: 300px;
	top: 645px;
	left: 225px;
}


img {
  height: 100%;
  width: 100%;
}

#Main {
	width: 900px;
	height: 200px;
	left: 510px;
	top: 300px;
	position:fixed;
}
#Header {
	position: fixed;
	object-fit:cover;
	height: 180px;
	width: 534px;
	top: 100px;
	left: 700px;
	padding: 5px;
	margin: 5px;
}
.footer {
	position:fixed;
	font-size: 15px;
	width: 350px;
	text-align:center;
	background-color: #f1f1f1;
	margin: 5px;
	border: 5px solid black;
	left: 795px;
	bottom: 0;
	
}

/*font-size: 15px;
	width: 350px;
	background-color: #f1f1f1;
	margin: 5px;
	border: 5px solid black;*/

a {
   color: purple;
}
a:hover {
	color: red;
}
a:visited {
  color: green;
}
