* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  overflow: hidden;
  min-height: 100vh;
}

a {
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

#blockedNotice {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 24px;
  font-family: system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #222;
}
