.title { 
  font-size: 4em;
  height: 8%;
}

td {
  padding-right: 30px;
}

.col-8 {
  height: 100%;
}

.row {
  height: 89%;
}

.container-fluid {
  height: 100%;
}

main {
  height: 100vh;
}

blockquote{
    background: #c8ccd0;
    padding:.8em .8em .8em 1em;
    position: relative;
}
img { 
   background-image: linear-gradient(#ffffff, #ffffff); 
   background-color: #ffffff;
}