
body {
  background-color: #7A4224;
}
p {
  color: black;
}
.canvas {
  background-color:aliceblue;
  border: 6px;
  border-color: "black";
  border-style: solid;
}
h1 {
  font-family: monospace;
  font-size: 36px;
}
h2 {
  background: rgba(212, 174, 154  ,0.6);
  font-family: cursive;
  font-size: 30px;
  padding-left: 10px;
  padding-bottom: 3px;
  border-radius: 20px;
}
h3 {
  font-family: cursive;
  font-size: 24px;
}
ol {
  font-family: monospace;
  font-size: 24px;
  line-height: 2.5; 
  background-color: #C07B3A;
}
#start {
  background-color: #7A4224;
  border: 1px;
  font-family:inherit;
  padding: 20px 50px;
  border-style:double;
  border-color:#806945;
  border-radius: 10px;

}
a:link {
  text-decoration: none;
  font-size: 30px;
  color:black;
  background-color: antiquewhite;
}
a:hover {
  text-decoration: underline;
  background-color: #D1B07B;
  font-size: 30px;
  color: #FCC082;
}
#storeBackground {
  background-color: #FCC082;
  height: 100%;
  position: absolute;
  top: 1;
  left: 0;
  width: 100%;
  
}
#second {
  background-color: #FCC082;
  height: 100%;
  position: absolute;
  top: 1;
  left: 0;
  width: 100%;
}
.button {
  background: rgba(212, 174, 154  ,0.6);
  font-family: cursive;
  font-size: 30px;
  padding-left: 10px;
  padding-bottom: 3px;
  border-radius: 20px;
}
.column {
  float: left;
  width: 50%;
}
.row:after {
  content: "";
  display: table;

}

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    