body {
  padding-bottom: 20px;
}

.navbar {
  margin-bottom: 20px;

}

.navbar li{
  font-weight:600;
  font-size:22px;
  color:#000000;
  padding-left:3vw; 
  
}
.foota {  
    text-decoration: none; /* 去掉下划线 */  

    /* 或者你可以指定一个具体的颜色，例如： */  
    /* color: black;       -- 设置为黑色 */  
    /* color: currentColor;-- 使用当前元素的 color 属性值 */  
}
a.no-link-color {  
    color: inherit; /* 或者你可以指定一个具体的颜色，如 color: black; */  
    text-decoration: none; /* 去掉下划线 */  
}