/*
* This has nothing to do with IVY OAK 
*/
.ui-mt {
  margin-top: 50vh;  
}

.ui-mb-2xl {
  margin-bottom: var(--spacing-2xl);
}

.ui-text-mono {
  display: block;
  width: 100%;
  font-family: monospace;
  font-size: 10px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 5px 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}