/* body stuff */
body {
  background-color: #262524;
  color: #fcc0e4;
  font-family: Courier;}

/* all links */
a {
  color: #bf8deb;
  font-weight: bold;}

/* visited link */
a:visited {
  color: #6632ba;}

/* mouse over link */
a:hover {
  color: hotpink;}

/* buttons */
button:hover {background-color: #bf8deb;}
button {
  background-color: #6632ba;
  border-radius: 4px;
  border: 3px solid #bf8deb;
  color: hotpink;
  padding: 15px 32px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  }
