.container {
	margin-top:150px;
  min-height: 100vh;
  display: flex;
 align-items: top;
justify-content: center;
  flex-flow: row wrap;
}

.box {
  border: none; 
  height: 100px;
  width: 200px;
  background: #000;
  padding: 50px;
  border-radius: 0px;
 /* position: relative;*/
  text-align: center;
   font-family: 'akzidenz-grotesk_bqregular', "ngr", "helvetica neue", Arial, Helvetica, sans-serif;
 font-size:1.5em;
 letter-spacing:0.08em;
 line-height:16px;
}


.box  a {
	color:white;
	text-decoration:none;
	}
	
.box  a:hover {
	color:#F0C;
	text-decoration:none;
	}

body {
  background: #000;
  overflow-x: hidden;
	color:white;
}
body:before, body:after {
  display: block;
  content: "";
  background-color:transparent !important;
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  z-index: 0;
}
body:before {
  top: -100px;
  left: -100px;
}
body:after {
  bottom: -50px;
  right: -50px;
}