html{
  	background-color: #1e2124;
  	background-image: url("../images/tiles/tile_0013.png");
  	background-repeat: repeat;
  	font-family: monospace;
  	color: white;
}

h1{
	font-size: 24px;
}

img{
	 border-width: 1px;
	 border-style: solid;
	 border-color: #000000;
	 object-fit: cover;
}

video{
	 border-width: 1px;
	 border-style: solid;
	 border-color: #000000;
	 object-fit: cover;
}

a{	
  	font-family: monospace;
  	color: white;
	font-size: 18px;
	text-decoration: none;
}

table.dir{
	 font-size: 18px;
	 float: top-left;
	 padding: 10px;
	 margin-top: 10px;
	 margin-bottom: 10px;
	 background-color: #1e2124;
	 width: 300px;
	 height: 50px;
	 border-width: 1px;
	 border-style: solid;
	 border-color: #000000;
}

@media (min-width: 1300px) {
	table.dir{
		font-size: 18px;
		float: left;
		margin: 20px;
		margin-top: 80px;
		margin-left: 21%;
		background-color: #1e2124;
		width: 180px;
		height: 200px;
		border-width: 1px;
		border-style: solid;
		border-color: #000000;
	}
}

table.main{
	padding: 10px;
	background-color: #1e2124;
	width: 95%;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}


@media (min-width: 778px) {
	table.main{
		padding: 10px;
		background-color: #1e2124;
	    width: 800px;
	    border-width: 1px;
	    border-style: solid;
	    border-color: #000000;
	}
}


footer {
	font-size: 12px;
	position: fixed;
	left: 40%;
	bottom: 0;
}