body {
    background-color: #000;
  }
  .eyes {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    column-gap: 20px;
  }
  
  .eye {
    width: 85px;
    height: 70px;
    border-radius: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .pupil {
    width: 40px;
    height: 40px;
    border-radius: 101px;
    background-color: #000;
  }
  