
h1 {
    font-size: 50px;
   
    text-transform: uppercase;
    

  }


.FooterListItem{
    list-style: none;
    padding:0.5rem;
    
}


.nav-link{
    color:#3D5AF1!important;
    font-size: large;
    font-weight: bold;
}

.nav-link:hover {
    transition-duration: 0.3s;
    border-bottom: 1px solid white ;
    color:#617af8 !important
   
  }

  Link{
    text-decoration: none !important
  }