html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 100px; /* Margin bottom by footer height */
}

p {
  text-align: justify;
  text-justify: inter-word;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px; /* Set the fixed height of the footer here */
  line-height: 30px; /* Vertically center the text there */
  background-color: rgba(227,226,241,1);
}

.carousel{
    height: 300px;
	width: 800px;
}

.carousel-item{
    height: 300px;
	width: 800px;
} 
.carousel-item img{
    height: 300px;
	width: 800px;
}