#crypto {
  color: darkblue;
  font-family: 'Fira Mono';
  font-size: 18px;
  font-weight: bold;
  padding: 12px 24px 12px 24px;
}

#ltr-btns {
  padding-top: 14px;
  padding-bottom: 14px;
}

.swp-btn {
  background-color: darkgrey;
  font-family: 'Space Mono';
  font-size: 20px;
  color: black;
  border: 1px solid black;
  border-radius: 3px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-top: 8px;
  margin-left: 4px;
  margin-bottom: 8px;
}

.swp-btn:hover {
  background-color: darkblue;
  color: white;
  border: 1px solid white;
  cursor: pointer;
}

.hilite {
  color: red;
}

.blob-box {
  width: 450px;
  height: 60px;
  margin: 0 auto;

}

.blob {
  width: 48px;
  height: 32px;
  border: 1px solid black;
  padding: 0;
  margin: 4px;
  float: left;
}

.blob:hover {
  cursor: pointer;
}

.tt {
  position: relative;
  display: inline-block;
}

.tt .ttt {
  visibility: hidden;
  font-family: "Open Sans";
  font-size: 18px;
  width: 120px;
  background-color: peru;
  color: #555;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.1s;
}

.tt .ttt::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: peru transparent transparent transparent;
}

.tt:hover .ttt {
  visibility: visible;
  opacity: 1;
}

.pic-frame {
  min-width: 200px;
  min-height: 200px;
  padding: 0px;
  display: inline-block;
  border: 6px groove saddlebrown;
  margin-left: 48px;
}

.poem {
  color: blue;
  font-family: 'Raleway';
  font-size: 20px;
}

.varb {
  color: red;
  font-family: 'Sriracha';
  font-size: 24px;
  padding-left: 4px;
  padding-right: 4px;
}