.Caja{
  border: 2px solid;
  height: auto;
  padding: 1%;
  max-width: 30%;
  text-align: center;
  position: relative;
  left: 65%;
  top: 50px;
}

*{
  box-sizing: border-box;
}