.keybo {
  background-color: #67132b;
  color: white;
  font-family: 'JetBrains Mono ExtraBold';
}
.keybo .top {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 5.5dvh;
    background-color: white;
    z-index: 1;
}
.keybo .toptext {
    position: absolute;
    right: 1dvw;
    top: 1.8dvh;
    text-align: right;
    font-size: 5dvh;
    color: #67132b;
}
.keybo .toptitle {
    position: absolute;
    left: 1dvw;
    bottom: 1.8dvh;
    text-align: left;
    font-size: 5dvh;
    color: #67132b;
}
.keybo .overlay {
    color: #f3701e;
    z-index: 3;
}
.keybo .overlay:hover {
    color: transparent;
}
.keybo .bottom {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #67132b;
    font-size: 3.5dvh;
    z-index: 2;
}