@import url('https://fonts.googleapis.com/css2?family=PT+Mono&display=swap');

.cont-white {
   color: white;
}

.cont-blue {
   color: rgb(30, 117, 170);
}

hr {
    border-top: none;
    border-bottom: 4px dotted;
    color: inherit;
    background-color: inherit;
}

.bg-white {
    color: white;
}

.bg-blue {
    background-color: rgb(30, 117, 170);
}

p {
    font-family: 'PT Mono', monospace;
}

a {
    color: inherit;
}

.title {
    line-height: 1.5rem;
    color: inherit;
}