body {
   background-color: #d1d1e0;
}
.bigpic {
    width: 100%;
}
.carousel slide {
    height: 50px;
}
.text {
    text-align: center;
    margin: 3%;
}
#cards{
    margin: 5%;
}
.column {
  float: left;
  width: 50%;
}

.bookpic {
    margin-top: 3%;
    margin-bottom: 2%
}
.bookpic {
    border-radius: 10px;
}
.booklink {
    font-family: "Lucida Script", Lucida, script;
    color: silver;
    text-align: center;
}
.bookheading {
    color: white;
    font-weight: 3em;
    font-family: "Lucida Console", Monaco, monospace;
    margin-left: 20px;
}
.booksmalling {
    color: white;
    font-weight: 4em;
    font-family: Verdana, Geneva, sans-serif;
    margin-left: 20px;
}
#cardtext {
    text-align: center;
}
a {
    color: #b3cccc;
}
#darklink {
    color: black;
    text-align: center;
}
#centered {
    margin: 5%;
}
.centerbaby {
    margin-left: 44.5%;
}
.text2 {
    margin-left: 4%;
    margin-right: 4%;
    margin-bottom: 2%;
    text-align: center;
}
.text3 {
    margin-left: 4%;
    margin-right: 4%;
    margin-bottom: 3%;
    text-align: center;
}
#bottombutton {
    padding-bottom: 3%;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Container holding the image and the text */
.container {
  position: relative;
  text-align: center;
  color: white;
}

/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

/* Top left text */
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

/* Top right text */
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}