body {
    background-color: black;
    color: white;
    align-items: center;
    text-align: center;
}

.yn {
    padding: 2rem;
    padding-left: 4rem;
    padding-right: 4rem;
    border-radius: 3rem;
    margin: 1rem
}

  body .cursor__ball {
    pointer-events: none;
    position: fixed;
    top: 0; left: 0;
    mix-blend-mode: difference;
    z-index: 1000;
    will-change: transform; 
    backface-visibility: hidden;
  }

body .cursor__ball circle {
    fill: #f7f8fa;
  }