:root {
  --shadow-main: 0px 8px 20px rgba(185, 180, 190, 0.3);
  --transparent: #ffffff00;
  --light: #fff;
  /* white */
  --white-rgb: 255, 255, 255;
  --accent-light: #00FFFF91;
  /* light teal */
  --tertiary: #0142c6;
  /* mid blue */
}
html {
  background-color: var(--shade-trans-60);
}
.oxygen-body {
  max-width: 1920px;
  min-width: 320px;
  margin: 0 auto;
  position: relative;
}
