.copyright {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #2d2d2d;
  color: hsl(0, 0%, 100%);
  font-size: 14px;
}

.copyright a {
  color: #00ffff;
  /* Link color */
  text-decoration: none;
  /* Remove underline from links */
}

.copyright a:hover {
  text-decoration: underline;
  /* Add underline on hover */
}

@media screen and (max-width:768px) {}