iframe {
border-radius:12px;
margin:5px;
box-shadow:0px 3px 12px #022c538f;
}
body {
text-align:center;
background-color:#00519c;
}

/* Modern browsers — Chrome 121+, Edge 121+, Firefox, Safari 18.2+ */
* {
  scrollbar-width: 15px;
  scrollbar-color: #3b82f6 #dbeafe;
}

/* Legacy WebKit — older Chrome/Edge/Safari, radius, borders & shadows */
*::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}

*::-webkit-scrollbar-track {
  background-color: #dbeafe;
  border-radius: 8px;
  padding: 1px;
}

*::-webkit-scrollbar-track:hover {
  background-color: #bfdbfe;
}

*::-webkit-scrollbar-track:active {
  background-color: #93c5fd;
}

*::-webkit-scrollbar-thumb {
  background-color: #3b82f6;
  border-radius: 8px;
  min-height: 30px;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #2563eb;
}

*::-webkit-scrollbar-thumb:active {
  background-color: #1d4ed8;
}

*::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}
