body {
    margin: 0;
    font-family: Trispace,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    background-image: url("../img/index/bg_datanet.jpeg") ;
    background-size: 125%,auto;
    background-origin: content-box;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.text_mono{
    font-family: 'Roboto Mono',monospace;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

.text-display{
    font-family: 'Sansita Swashed',sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
    color: #212529;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
