@font-face {
    src: 
        url("fonts/ImprintMTShadow.ttf") format("truetype");
    font-family:'ImprintMTShadow';
    font-style: normal;
    font-feature-settings: 'ss01' on
}
@font-face {
    src: 
        url("fonts/rockeb.ttf") format("truetype");
    font-family:'rockeb';
    font-style: normal;
    font-feature-settings: 'ss01' 1;
}
@font-face {
    src: 
        url("fonts/StencilStd.otf") format("opentruetype");
    font-family:'StencilStd';
    font-style: normal;
    font-feature-settings: 'ss01' 1;
}

body {
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("img/matrix.jpg"); */
    background-repeat: no-repeat;
    background-size: 100% 100%; 
    opacity: 0.95;
}

/*main-bgr.png*/

html {
    height: 100%
}
.logo{
    display: flex;
    flex-direction: row;
    width: 40px;
    height: 40px;
    background-color: aliceblue;
    border-radius: 8px;
}

.celltxt {
    width: 104px;
    background-image: url('img/cell-t.png');
    background-repeat: no-repeat;
    padding-left: 28px;  /* width of the image plus a little extra padding */
    display: block;  /* may not need this, but I've found I do */
    border-radius: 8px;
}


.virustxt {
    width: 104px;
    background-image: url('img/virus1.png');
    background-repeat: no-repeat;
    padding-left: 28px;  /* width of the image plus a little extra padding */
    display: block;  /* may not need this, but I've found I do */
    border-radius: 8px;
}

.matrix{
    background-image: url('img/bgr-m.png');
    background-repeat: no-repeat;
    padding-left: 28px;  /* width of the image plus a little extra padding */
    display: block;  /* may not need this, but I've found I do */
    border-radius: 8px;
}

.bordertop{
    border-top:  solid 1px var(--bs-light-border-subtle);
    color: var(--bs-light-border-subtle);
}

h1, h2, h3, h4 {
    font-family: "StencilStd";
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0em;
}

.test1{
    font-family: "rockeb";
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0em;
}

.test2{
    font-family: "StencilStd";
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0em;
}

.rss{
    display: block;
    padding: 12px;
    background: #494949;
    border:  solid 1px var(--bs-light-border-subtle);
    border-radius: 8px;
}