div.carousel {
  max-width: 80%;
  margin: auto;
}

div.carousel-caption {
  background-color: #040F0F;
  border-radius: 10px 5px;
}

div.carousel-caption p{
  font-size: 2vw;
}

div.pa ul{
  color: white;
  list-style-type: disc;
  max-width: 85%;
  margin: auto;
}

div.pa ul.c {
  list-style-type: none;
}

div.pa ul.c li {
  font-size: 20pt;
}


div.pa li { 
  font-size: 16pt;
  display: list-item; 
}

p {
  font-size: 20pt;
}

p {
  color: white;
}

#about {
  font-size: 15pt;
}

body h1 {
  font-size: 40pt;
  text-align: center;
  color: white;
}

h2 {
  color: #040F0F;
}

body {
  background-color: #705D56;
}

#profile {
  width: 400px;
  max-width: 100%;
  height: auto;
}

table {
  border: 1 px solid #040F0F;
}

table,
td {
  border: 1px solid #040F0F;
}


#navbar {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#navbar li {
  display: inline;
}

#navbar {

  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 5px solid #040F0F;
  border-radius: 10px 5px;
  width: 100%;
  text-align: center;
  background-color: #040F0F;
}

#navbar a {
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  width: 200px;
}

#navbar a:hover {
  border-radius: 20px 5px;
  background-color: #9097C0;
}

#footer {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 5px solid #040F0F;
  /* border-radius: 10px 5px; */
  width: 100%;
  text-align: center;
  background-color: #040F0F;
}

#footer a {
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  width: 15%;
}

#footer a:hover {
  border-radius: 20px 5px;
  background-color: #9097C0;
}

li a {
  color: white;
}

li {
  font-size: 20pt;
}

.column {
  text-align: center;
}
}

body {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}

/* footer {
  flex-shrink: 0;
} */

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.c {
  text-align: center;
}

.c {
  text-align: center;
}

.p {
  text-align: center;
}

.pa {
  text-align: center;
}