*{ box-sizing: border-box; }
nav{
	display: inline-block;
	text-align: center;
	  width: 100%;
  display: inline-block;
  margin-bottom: 5vmin;
} 
div{
  padding-top: 10px;
  margin-right:10px;
  }

h2{
font-size: 15px;
  text-align: center;
  

}
#canvas {
  background-color: #dbd8cf;
  width: 60vmin; 
  height: 80vmin;
  margin: 11.5vmin auto 0 auto;
  position: relative;
}

#blackring { 
  position: absolute;
  left: vmin;
  top: -1px;
  bottom: vmin;
  width: 25vmin;
  height: 80vmin;
  background-color: #2f2e33; 

}

#whitering {
  position: absolute;
  left: 11vmin;
  top: 14vmin;
  width: 7vmin;
  height: 40vmin;
  background-color: #dbd8cf
}

#fourthring {
  position: absolute;
  left: 18vmin;
  top: 40vmin;
  width: 7vmin;
  height: 40vmin;
  background-color: #b9b9b9
}

body {
  background-color: white;
  font-family: "Open Sans", sans-serif;
  padding: 5px 25px;
  font-size: 18px;
  margin: 0;
  color: #444;
}

h1 {
  font-family: "Merriweather", serif;
  font-size: 22px;
  text-align: center;
}














