/* Custom CSS for my presentations */

/* Paragraph spacing */
.reveal p {
  margin-bottom: 20px;
}

/* Text size in inputs */
.reveal input, .reveal button {
  font-size: 30px;
}
.reveal button {
  padding: 0.2em 1ex 0.2em 1ex;
}

/* Emphasis using color instead of italics */
.reveal em {
  font-style: normal;
  color: #E01B46;
}

/* Reversi styling */
#reversi-playground input[type="button"] {
  margin-left: 30px;
  margin-right: 30px;
}
