body {
  
  background-color: rgb(39, 35, 35);
  justify-content: center;
  align-items: flex-start;

}
#box {
  width: 55em;
  height: 59em;
  margin-left: 33em;
  margin-right: 33em;
  padding-left: 3em;
  font-size: 15px;
  border: 3px solid white;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: rgb(235, 222, 222);
  position: relative;
  box-shadow: 0 0 15px rgba(228, 228, 228, 0.993);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#line {
  border-bottom: 3px solid;
  width: 40em;
}
h2 {
  color: rgba(40, 97, 221, 0.863);
}
h3{
  color: rgb(15, 209, 15);
}
.purpe {
  color: rgb(77, 20, 131);
}
#red {
   color: red;
}
a {
  text-decoration: none;
  color: rgb(228, 125, 29);
}
a:hover {
  color: rgb(15, 209, 15);
}
a:visited {
  color: red;
}