html, body, .container-table {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Segoe UI Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: black;
}

.main-title {
  text-align: center;
  font-size: 3em;
  font-weight: 700;
  color: white;
}

.quote-container {
  max-width: 700px;
  margin: 0 auto;
}

.quote {
  text-align: center;
  color: white;
}

.qod-text {
  margin: 0;
  padding: 0;
  font-size: 2.0em;
  color: DodgerBlue;
}

.qod-author {
  margin: 0;
  padding: 0;
  font-size: 1.0em;
  color: DodgerBlue;
}

.qod-src {
  decorations: none;
  margin: 0;
  padding: 0;
  font-size: 0.75em;
  color: DodgerBlue;
}


/* Custom Button Styles */

.btn-dark {
  border-radius: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  border: solid;
  bordercolor: white;
  border-width: thin;
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}

.btn-light {
  border-radius: 0;
  color: #333;
  background-color: rgb(255, 255, 255);
  cursor: pointer;
}

.btn-light:hover, .btn-light:focus, .btn-light:active {
  color: #333;
  background-color: rgba(255, 255, 255, 0.8);
}
