html,
body {
  padding: 0;
  margin: 0;
  background: #fff;
}

#root {
  padding: 0;
}

a {
  font-weight: bold;
  text-decoration: none;
  color: #fff !important;
  transition: all 0.3s;
}

a:hover {
  color: #92f759 !important;
}

.ant-typography-copy {
  color:  #92f759 !important
}

.ant-typography-copy.ant-tooltip-open {
  color:  green !important
}