body {
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

a {
  color: #0c7bdc;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.carousel-inner img {
  margin: auto;
  width: 100%;
  height: 75vh;
}
.carousel-caption {
  background: rgba(0, 0, 0, 0.7);
}

.text-small {
  /* color: #8f8f8f; */
  font-size: 0.8rem;
}

th {
  text-align: center;
}
.table {
  width: 40%;
  text-align: left;
  /* margin: 1%; */
}
table {
  border-spacing: 5px;
  border-collapse: separate;
}

footer {
  background-color: thistle;
  padding: 20px 40px;
}
.content {
  flex-grow: 1;
  margin: 30px 40px;
}
img:not(.exclude) {
  border-radius: 20%;
}
.tile-image {
  width: 100%;
}
.about-image {
  border-radius: 40%;
  width: 100%;
  padding: 5%;
}
