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

.code-embed {
  z-index: 10;
  background-color: #fff;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}
