body {
  font-family: 'Roboto Slab', serif;
  text-align: center;  
  font-weight: bold;
  font-size: 8vw;
  background-color: #b1adde;
  color: #267;
}

.container {
  margin: 20px auto 0;
  position: relative;
  width: 90%;
}

.pyramid {
  margin: 0 auto;
  width: 90%;
}

img[usemap] {
	border: none;
	height: auto;
  max-width: 100%;
	width: auto;
}  

p {
  margin: 0;  
}