body {
background-color:#F3F0E4;
color: black;
font-family: Monaco, Consolas, monospace;
max-width: 900px;
margin: auto;
}

nav, footer {
  margin-left: 10px;
  margin-right: 10px;
  }
  
article {
  max-width: 600px;
  margin: auto;
  padding: 10px;
  }

header{
	text-align:center;
}

h2 {
  margin: 0;
  font-size: 10pt;
  font-weight: normal;
  }

ul {
  font-size: 10pt;
  list-style-type: none;
  margin: 0;
  margin-top:30px;
  padding: 0;
  overflow: hidden;
  background-color: #2D2D2D;
}

li {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

li a {
  color: white;
  display: block;
  text-decoration: none;
}

.work {
background-color:white;
text-align: justify;
padding: 10px;
border: 2px solid #2D2D2D;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
overflow: hidden;
}

.work a {
  color: black;
  }
  
.title1 {
  background-color: rgba(55, 96, 57, 0.8);
  padding: 5px;
  margin-bottom: 10px;
  }

.title2 {
  background-color: rgba(55, 96, 57, 1);
  padding: 5px;
  margin-bottom: 10px;
  }
  
.title1 a {
  text-decoration: none;
  color: white;
  }

.title2 a {
  text-decoration: none;
  color: white;
  }

.puffer {
  text-align:center;
  margin-top: 30px;
  }

.soon {
margin:auto;
margin-top: 10px;
margin-bottom: 10px;
padding:10px;
text-align: center;
max-width: 65%;
background-color: #34623F;
}

.soon a {
  color: white;
  text-decoration: none;
  }
  
footer {
margin-top: 20px;
margin-bottom: 10px;
background-color: #2D2D2D;
font-size: 8pt;
color: white;
text-align: center;
}