body {
  background-color: #212121;
 color: #FFFFFF;
}
div.style1 {
  width: 300px;
  height: 250px;
  border: 2px outset #E3F2FD;
  margin: auto;
  text-align: center;
}

a:link {
color: #64B5F6; 
text-decoration: underline; /* 下划线 */
}
a:visited {
color: #64B5F6; /* 已访问链接颜色 */
text-decoration: none; /* 无下划线 */
}
a:hover {
color: #2196F3; /* 悬停链接颜色 */
text-decoration: none; /* 无下划线 */
}
a:active {
color: #BBDEFB; /* 点击链接颜色 */
text-decoration: none; /* 无下划线 */
}

footer {
    text-align: center ;
    width: 100% ;
    bottom: 0px ;
    max-width: 100vw ;
}
