body {
  animation: backcolor 10s infinite;
}

.title h1 {
  color: white;
}

.segment {
  border-radius: 50%;
  color: white;
}

.segment:hover {
  background-color: white;
  animation: fontcolor 10s infinite;
}

.privacy {
  color: white;
}

footer {
  color: white;
}
