.bottom {
  position: fixed;
  bottom:0;
  right:0;
  text-align:left;
  padding-right:25px;
  padding-bottom:15px;
}

.top {
  position: fixed;
  top:0;
  right:0;
  text-align:right;
  padding-right:25px;
  padding-top:20px;
}

h1 {
  font-family:'IBM Plex Mono', monospace;
  font-size: 18px;
  font-weight: 100;
  text-align:center;
  color: #fff;
  background-color:#000;
  text-decoration: underline;
}

h2 {
  font-family:'IBM Plex Mono', monospace;
  font-size: 8px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  color: #000;
  margin-top:-6px;
  text-transform:uppercase;
}

h3 {
	font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  text-decoration:underline;
  font-weight: 300;
  text-align: right;
  margin-top:-6px;
  padding:3px;
  text-transform:uppercase;
  background-color:#FFF;
}

h4 {
  font-family:'IBM Plex Mono', monospace;
  font-size: 18px;
  font-weight: 100;
  text-align:center;
  color: #000;
  background-color:#FFF;
  text-decoration: underline;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
}

b {
  font-weight:400;
}

p {
  font-family:'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 300;
  color: #000;
}

.slug {
  color:#0000FF;
}

a {
  color: #000;
  font-weight:400;
  text-decoration: underline;
}

a:active {
  color:#FFF;
  background:#000;
}

textarea {
  width: 100%;
  resize: none;
}

/* Dropdown Button */
.dropbtn {
  font-family:'IBM Plex Mono', monospace;
  font-size: 14px;
  font-weight: 100;
  text-align:center;
  color: #000;
  background-color:#FFF;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: fixed;
  top:0;
  right:0;
  padding-right:20px;
  padding-top:10px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 90px;
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  font-family:'IBM Plex Mono', monospace;
  font-size: 14px;
  font-weight: 100;
  text-align: center;
  color: black;
  text-decoration: none;
  display: block;
  padding-top:5px;
  padding-bottom:5px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #0000ff;
  color: #ffffff;
}
