.watch {
    transform: rotate(-0.25turn);
    transform: rotate(3.142rad);

}

.airpod {
    size: 300px;
    height: 300px;
    display: flexbox;
    
}

body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }

  .titre{
    color: green;
  }

  .graf{
    color: rgb(30, 30, 210);
  }

  .caz{
    height: 250px;
    width: 250px;
    border-radius: 50%;

  }