#nv{
    text-decoration: none;
    border: 2px;
    border-radius: 5px;
}
#nv:hover{
    background-color: rgb(119, 198, 221)
}
#ns:hover{
    background-color: rgb(119, 198, 221);
   
}
html {
  scroll-padding-top: 190px;
  scroll-behavior: smooth; 
}
#goTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  cursor: pointer;
}

#ns{
    text-decoration: none;
    border: 2px;
    border-radius: 20px;
    
}
*{
    font-family: cursive;
}
#pg:hover{
    background-color: rgb(119, 198, 221);
}
a {
  text-decoration: none !important;
}
a, a:link, a:visited, a:hover, a:active {
  text-decoration: none !important;
}
.scroll-logos {
  animation: scrollLeft 20s linear infinite;
  white-space: nowrap;
}
