body {
  background-color: #c9b68bff;
  font-family:"Georgia";
  margin: 0em
}

#nothing {
  color:#c9b68bff
}

#description {
  font-family: "Times", cursive;
  -webkit-text-stroke: .2vw #64645;
  text-align:center;
  font-size: 3.5vw;
  top: -1px;
	text-align: center;
	width: 100%;
	background: radial-gradient(at center, #947344ff, #67563fff);
	padding: .5em 0em .5em 0em;
	margin:auto;
	z-index: 1;
  color: #c8bba0ff;
}

#title {
position: relative;
margin: auto;
border: 2px solid #62503bff;
width: 100%;
}

.container {
  width: 100%;
  height: 100%;
  margin: auto;
  text-align: center;
}


#box { 
  position: relative;
	border: 4px solid black;
	background: radial-gradient(at top, #DDF1DA,		 #0a4008);
 	width: 80%;
  height: 100%;
  display: inline-block;
  margin: 0em .5em 1em .5em;
  border-radius: 5%;
  min-width: 300px;
}

.yearbox {
  display: block;
	text-align: center;
	color: white;
	font-size: 1.5em;
	box-shadow: 0px 0px 10px white;
	margin: .5em;
	background-color: #857969ff;
	text-shadow: 1.5px 1.5px black;
}

.yearbox1 {
  display: block;
	text-align: center;
	color: white;
	font-size: 1.5em;
	box-shadow: 0px 0px 10px white;
	margin: .5em;
	background-color: #cc0000ff;
	text-shadow: 1.5px 1.5px black;
  width: 100%;
}

.yearbox2 {
  display: block;
	text-align: center;
	color: white;
	font-size: 1.5em;
	box-shadow: 0px 0px 10px white;
	margin: .5em;
	background-color: #e8cbc8ff;
	text-shadow: 1.5px 1.5px black;
  width: 100%;
}

.yearbox3 {
  display: block;
	text-align: center;
	color: white;
	font-size: 1.5em;
	box-shadow: 0px 0px 10px white;
	margin: .5em;
	background-color: #ffc000ff;
	text-shadow: 1.5px 1.5px black;
  width: 100%;
}

.yearbox4 {
  display: block;
	text-align: center;
	color: white;
	font-size: 1.5em;
	box-shadow: 0px 0px 10px white;
	margin: .5em;
	background-color: #6A4C9C;
	text-shadow: 1.5px 1.5px black;
  width: 100%;
}

.image {
	margin: auto;
	display: block;
  border-image: linear-gradient(to right, #646455ff 	50%, #646455ff 50%) 1;
	border-width: 6px;
	border-style: solid;
  width: 80%;
  height: 80%;
}

.image:hover {
box-shadow: 0px 0px 20px white ;
transform: rotate(1deg);
}


.agetitle{
  font-family: "Times", cursive;
  text-align:center;
  font-size: 6vw;
  top: -1px;
	text-align: center;
}
 
.infobox{
	margin: 0em .8em;
	padding: 0em 0em .3em 0em;
	text-align: left;
	vertical-align: 70%;
	height: 200px;
  font-family: "Roboto Condensated";
  font-size: 4.5vw;
  color: #65563fff
  
    
}

#buy {
  color: white;
  font-size: 1em;
  border: 3px solid #947344ff;
  border-radius: 5%;
  width: 200px;
  height: 50px;
  padding: .2em;
  display: block;
  left:0;
	right:0;
  bottom: 1.6em;
	margin-left:auto;
  margin-right:auto;
  position: center;
  text-align: center;
}
