body {
  background: linear-gradient(
    180deg,
    rgba(0, 183, 255, 1) 10%,
    rgba(255, 253, 138, 1) 40%,
    rgba(255, 255, 255, 1) 77%
  );
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;

  color: #000000;
  font-family: 'Courier New', Courier, monospace;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  text-transform: capitalize;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  cursor: cell;
}

#cssDisplay {
  background-color: #FFFFFF;
  color: #000000;
  border: 10px ridge #2E5FFF;
  border-radius: 8px;
  padding: 18px;
  margin: 14px auto;
  width: fit-content;
  box-shadow: 7px 7px 0px #090042;
  text-align: left;

}
.cBold {
  text-align: center;
  font-weight: bold;
}

