.nova-square-regular {
  font-family: "Nova Square", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  background: #222 url("blackbinarybg.gif"); 
  background-repeat:repeat;
	color: white;
	font-size: 16px;
	font-family:"Nova Square", sans-serif;
  }
  
a{
color:white;
}

a:hover{
color:#fff;
background:gray; 
}
  
.main{
width:1250px;
margin:50px auto;
display:flex;
align-items:stretch;
padding:50px;
border-radius:10px;
border: 10px solid white;
background: rgb(10, 10, 10, 0.8);
font-family:"Nova Square", sans-serif;
}

.projecttext{
width:700px;
padding:25px;
padding-top:10px;
background: rgb(10, 10, 10, 0.8);
border: 1px dotted white;
}

.projecttext img{
max-width:75%;
}

.projecttext p{
text-indent:50px;
}

.projecttext mark{
  color:white;
  background:#02d422;
}
.innerbox{
width:200px;
padding:10px;
border: 1px dotted white;
background: rgb(10, 10, 10, 0.8);
font-size:14px;
}

.innerbox a{
margin-bottom:4px;
display:block;
padding:2px;
}

.innerbox a:hover{
text-align:right;
}

.innerbox p{
  font-size:6px;
}