.body-container{
  background-color: #ffc107;
}
.container{
 padding-bottom: 5%;
}
.master-list{
  display: inline-block;
  margin-left: 10%;
}
.master-title{
  text-align: center;;
}
.master-subtitle{
  text-align: center;
  margin-bottom: 5%;
}
.title-without-link{
  color: brown;
}
.subtitle-without-link{
  font-weight: 700;
}
.master-list li a{
  color: rgb(243, 13, 13);
}
.logo-section{
  justify-content: right;
  display: flex;
}