 h1 {
    color:gray;
    font-family: 'Roboto Slab';
    font-size: 40px;
    text-align: center;
    margin-top: 10px;
    }
 
.navbar {
    font-family: 'Roboto Slab';
    font-size: 14px;
}

.nav-item active li {
color: #9233EF;
}

   p { 
    font-family: 'Roboto Slab', serif;
    font-size: 15px;
    text-align: left;
    }

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: whitesmoke;
  color: black;
  text-align: center;
  font-size: 10px;
  font-style: italic;
 

