.title {
  animation: fontcolor 10s infinite;
}

.segment {
  border-radius: 50%;
  animation: fontcolor 10s infinite;
}

.segment:hover {
  color: white;
  animation: backcolor 10s infinite;
}

.privacy h1 {
  animation: fontcolor 10s infinite;
}

footer {
  animation: fontcolor 10s infinite;
}
