* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    scroll-padding-top: 0px;
}

body {
    background-color: rgba(250, 244, 232);
  }

  .papir_c1 {
    position: absolute;
  }

  .papir {
    max-width: 60%;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    padding-top: 50px;
  }

  .papir1 {
    max-width: 60%;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    padding-top: 50px;
  }

  

  .blur-overlay {
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(6px);
    z-index: 25;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
}