html {
    background: rgba(45,45,45,1);

}
body{
    margin:0;
    padding:0;
    width: 100%;
}
a {
    text-decoration: none;
    color: currentColor;
}

/* Основные части */

.knopkatest {
    width: 90%;
    height: 8%;
    background: rgba(43,43,43,1);
    outline: 1px solid rgba(68, 68, 68, 1);
    border-radius: 2px;
    margin-left: 3px;
    margin-bottom: 10px;
}

.knopkatest:hover {
    background: rgba(30, 30, 30, 1);
}

.section-widget-main {
    width: 100%;
    height: 100%;
    padding: 5px;
    padding-right: 5px;
    
}

.page-nav {
    width: 95%;
    height: auto;
    color: lightgray;
}

.page-nav-text {
    font-family: consolas;
    font-size: 1.5rem;
    line-height: 1;
    background: rgba(43,43,43,1);
    outline: 1px solid rgba(68, 68, 68, 1);
    border-radius: 2px;
    padding: 3px;
    margin: 6px;
    z-index: 10;
}
.page-nav-text:hover {
    background: rgba(30, 30, 30, 1);
}

.page-nav-text:hover {
    background: rgba(30, 30, 30, 1);
}

.btn-text {
    font-family: consolas;
    font-size: 2rem;
    font-weight: 600;
    margin: 0px;
    color: lightgray;
    text-align: center;
}