body {
  background-color: white;
}

a {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

div.txt-contain {
  background-color: rgb(209, 200, 200);
}

p.contain {
  color: black;
  font-family: "Courier New", Courier, monospace;
  font-size: 20px;
  font-weight: 550;
}

a.em {
  color: blue;
  font-size: 24px;
  font-weight: bold;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  text-decoration: none;
}


input[type="text"] {
  color: grey;
  border: white 4px solid;
  background-color: rgb(40, 37, 37);
  font-family: "Courier New", Courier, monospace;
}