.title {
  text-align: center;
}

.separator {
  background-color: black;
}

.lite {
  font-weight: lighter;
}

.model {
  padding: 30px;
}

.blinks {
  padding-bottom: 100px;
  
}

/* FOOTER */
.page-footer {
    background-color: rgb(22, 18, 82); 
    color: white; 
    min-height: 40px; 
    font-size: 15px; 
    text-align: center; 
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top: 7px; 
    }

.navbar {
  background-color: rgb(22,18,82);
}
