.frame {
  border: 3px solid black;
  margin-top: 12px;
  box-shadow: 3px 6px 16px rgba(0, 0, 0, 0.15);
}

canvas {
  border: 4px solid white;
  border-bottom: 0px solid white;
}

.wall {
  display: inline-block;
  position: relative;
  left: 26%;
  -wekbkit-transition: 1s ease-in-out;
}

.description {
  position: relative;
  top: -210px;
  margin-left: 16px;
  cursor: pointer;
  padding: 10px;
  padding-right: 1px;
  background-color: #e0dada;
  box-shadow: 2px 2px 3px #bbb;
  -webkit-animation-name: bumpin;
  -webkit-animation-duration: 2.8s;
}

@-webkit-keyframes bumpin {
  0%    { -webkit-transform: scale(1, 1);       }
  14%   { -webkit-transform: scale(1.15, 1.15); }
  29%   { -webkit-transform: scale(1, 1);       }
  43%   { -webkit-transform: scale(1.15, 1.15); }
  71%   { -webkit-transform: scale(1, 1);       }
  86%   { -webkit-transform: scale(1.15, 1.15); }
  100%  { -webkit-transform: scale(1, 1);       }
}

.description:active {
  box-shadow: 0px 0px 1px #bbb;
}

button {
  position: relative;
  right: 7px;
  padding-right: 0px;
  background-color: #e0dada;
  border: 0px;
  outline: none;
  font-weight: bold;
}

span {
  display: block;
  margin-top: -10px;
  margin-bottom: -10px;
  color: #bbb;
}

span:last-child {
  margin-bottom: 20px;
}

.art-lover {
  z-index: 1000;
  position: absolute;
  top: 150px;
  left: 555px;
  height: 485px;
}

.floor {
  width: 100%;
  position: relative;
  top: 50px;
}
