body {
  font-family: Verdana, sans-serif;
  text-align: justify;
  font-size: 12px;
}

p {
  color: black;
}

h1 {
  color: #FF1493;
  font-size: 20px;

}

h3 {
  color: #FF1493;
  font-size: 14px;

;
}
/* unvisited link */
a:link {
  color: hotpink;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: #FF1493;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: hotpink;
  text-decoration: none;
}

/* selected link */
a:active {
  color: white;
  text-decoration: none;
}


.box {
  border: none;
  border-radius: 5px;
  margin: 20px;
  padding: 10px;
  overflow-wrap: break-word;
}