body {
  overflow-y: scroll;
  background-color: whitesmoke;
  font-family: Georgia, Times New Roman, serif;
  font-size: 21px;
  letter-spacing: -0.06px;
  line-height: 1.61;
}

a {
  color: orange;
  text-decoration: none;
}

a:visited {
  color: orange;
  text-decoration: none;
}

.screen {
  background-color: rgb(252, 252, 252);
  color: rgb(30, 30, 30);
  padding: 0;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.text {
  background-color: rgb(252, 252, 252);
  width: 100%;
}

div .title {
  color: black;
  font-weight: bold;
  padding-top: 1.2em;
  padding-bottom: 0.1em;
}
