@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap');
body {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: normal;

  background-color: #bee8fa;
    color: #268bd2;
  }
  p {
    font-size: 18px;
  }
  a {
    color: rgb(51, 0, 255);
  }
  h1 {
    color: rgb(207, 193, 0);
  }