.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 25%;
}
body {
  background-color: black;
}


a {
	color: white;
}
a:hover {
  color: orange;
}

.topnav {
  background-color: black;
  overflow: hidden;
  
}
h1 { 
	color: white;
	
	
}
p {
	color: white;
	position: relative; 
	
	

}
h2 { 
	color: white;
	
}
h3 { 
	color: white;
	
}

@font-face {
  font-family: chinesse_rocks_rg;
  src: url(chinesse_rocks_rg.woff);
}
.column {
  float: left;
  width: 50%;
}


.row:after {
  content: "";
  display: table;
  clear: both;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 30px;
}

p {
  font-size: 20px;
}
h3 {
	
  font-size: 30px;
}

.content {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.img-with-text {
    text-align: justify;
    width: [width of img];
}

.img-with-text img {
    display: block;
    margin: 0 auto;
}

.sidenav {
  height: 100%;
  width: 160px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 20px;
}
 
.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
}
 
.sidenav a:hover {
  color: #f1f1f1;
}
 
.main {
  margin-left: 160px; 
  font-size: 28px; 
  padding: 0px 10px;
}
 
{
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
 
.imgContainer{
    float: left;
}
                
.imgContainer2 {
    float: left;
}