body { background-color: black; }

div {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color:white; 
}

a { text-decoration: none; color:white; }
a:active, a:hover { color:red; }