h1 {text-align: center;
font-family: monospace;
font-weight: 200;
font-size: 20px;
margin: 100px 0 100px 0;
text-transform: uppercase;
 }

h2{margin: 0 ; font-style: normal;font-family: monospace;}

h3 {margin: 50px 0 40px 0 ; font-family: monospace; }
.container {width: 70%; height:100%px; background: white;}
.circle {
position: relative;
border-radius: 50%;
width: 100%;
height: auto;
padding-top: 100%;
margin-bottom: 60px;
background: black;
}

.content {clear: both;position: relative; width: 80%; text-align: center;margin: 0 auto;}
p {margin: 10px 30px;
font-family: monospace;}



