 body {
      background: #f0f4f8;
    }

    .resume-page {
      position: absolute;
      width: 160px;
      height: 220px;
      background: rgba(240, 240, 240, 0.8);
      /* lighter grey with transparency */
      border: 1px solid rgba(200, 200, 200, 0.6);
      border-radius: 8px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
      animation: floatPage 12s linear infinite;
      transform: rotate(0deg);
    }