*{ box-sizing:border-box;}


#marden1, #marden2, #marden3 {
  display:inline-block;
  width:120px;
  height:340px;
  background-color: rgb(106,36,41);
}

#marden2{
  background-color: rgb(228,200,56);
}

#marden3{
  background-color: rgb(51,78,144);
}

a:link, a:visited {
background-color: #FFAB94;
color:white;
padding: 10px 20px;
text-align: center;
text-decoration: none;
display: inline-block:
}

a:hover, a:active {
background-color:#FF6382;
}