:root {
  --white: white;
  --black: black;
}

.global-styles {
  width: 0;
  height: 0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}
