body {
    background-color: #242424;
    opacity: 0.8;
    background-image: linear-gradient(#383838 2.8000000000000003px, transparent 2.8000000000000003px), linear-gradient(90deg, #383838 2.8000000000000003px, transparent 2.8000000000000003px), linear-gradient(#383838 1.4000000000000001px, transparent 1.4000000000000001px), linear-gradient(90deg, #383838 1.4000000000000001px, #242424 1.4000000000000001px);
    background-size: 70px 70px, 70px 70px, 14px 14px, 14px 14px;
    background-position: -2.8000000000000003px -2.8000000000000003px, -2.8000000000000003px -2.8000000000000003px, -1.4000000000000001px -1.4000000000000001px, -1.4000000000000001px -1.4000000000000001px;

}

.BusinessCardPanel {
    background-color: #242424;
    border-style: solid;
    border-radius: 25px;
    border-color: #242424;
    filter: drop-shadow(0 0 1rem #000000);
    color: white;
    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.RightHandEntry {
    background-color: #242424;
    border-style: solid;
    border-radius: 25px;
    border-color: #242424;
    filter: drop-shadow(0 0 1rem #000000);
    color: white;
    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.Link {
    color: white;
}

.Link:hover {
    color: #8f8f8f;
}

.TitleText {
    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.SubTitleText {
    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-style: italic;
}