.line-spacer{
    line-height: 1.5em;
    font-size: 1.2rem;
    
}
.fit-image{
    max-width:100%;
    max-height:100%;
    
}

.vid-container{
    display: flex; justify-content: center; align-items: center; height: 100%;
}
.nav-link:hover {
  background-color: #f2f2f2;

  transition: background-color 0.5s;

}