.bruno-ace-sc-regular {
  font-family: "Bruno Ace SC", sans-serif;
  font-weight: 400;
  font-style: normal;
}

p {
  font-family: Helvetica, Arial, sans-serif;
}

dte_footer {
  font-family: Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: x-small;

}

* {
  box-sizing: border-box;
  font-family: "Bruno Ace SC", sans-serif;
}

dte_title {
  color: #ffffff;
  font-size: xx-large;
}

dte_subtitle {
  color: #ffffff;
  font-size: large;
}

dte_code {
  font-family: Roboto, monospace;
  background-color: #ffffff;
}

/* Header/Blog Title */
.header {
  padding: 14px 16px;
  text-align: left;
  background-image: url("images/cropped-tapeTexture_gray1-500x150.jpg");
  background-color: #000000;
}

/* Style the top navigation bar */
.topnav {
  overflow: hidden;
  background-color: #333;
}

/* Style the topnav links */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change color on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the content */
.content {
  background-color: #f1f1f1;
  padding: 10px;
  font-family: Helvetica, Arial, sans-serif;
}

/* Code block div style */
.dte_code {
  font-family: Roboto, monospace;
  font-size: small;
  padding: 10px;
  background-color: #ffffff;
}

/* Style the footer */
.footer {
  background-color: #c0c0c0;
  padding: 10px;
  text-align: center;
}


