body
{
    margin: 0px;
    user-select: none;
}
body b
{
    color: rgb(134, 223, 0);
}

body::-webkit-scrollbar
{
    width: 0px;
    background: transparent;
}

::-webkit-scrollbar
{
    width: 16px;
    background: rgb(231, 231, 231);
}

::-webkit-scrollbar-thumb
{
    background: rgb(148, 148, 148);
}

.content-container
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    scrollbar-width: 10px;
    overflow-y: scroll;
    z-index: 0;
}

.navbar-container
{
    position: fixed;
    display: flex;
    background: #ffc904;
    box-shadow: 0px 5px 14px rgb(0, 0, 0, 0.25);
    top: 0px;
    width: 100%;
    padding: 15px;
    z-index: 1;
}

.contacts-container
{
    position: fixed;
    height: 60px;
    width: 100%;
    bottom: 0px;
    background-color: #46A4FF;
    z-index: 1;
    color: white;
}

.logo-img
{
    position: relative;
    width: 72px;
    height: 72px;
    left: 30px;
    display: inline-block;
    box-shadow: 14px 11px 14px rgba(0, 0, 0, 0.25);
}

.contacts
{
    position: relative;
    float: right;
    top: 7px;
    right: 15px;
    margin: 0 10px;
}

.contacts-text
{
    display: inline;
    margin: 10px;
}

.nav-btn-group
{
    margin: auto;
    display: flex;
}

.content-text-container
{
    width: 50%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 200px 90px;
    background-color: #fbfbfb;
    line-height: 35px;
}

.content-text-container h1
{
    color: rgb(0, 0, 0);
    text-align: center;
    font-size: 50px;
}

.content-text-container p
{
    box-sizing: border-box;
    font-size: 20px;
}

.text-block
{
    margin: 100px 0;
}

.li-internal-a
{
    list-style-type: "→ ";
    margin: 25px 0;
}
.li-internal-a::marker
{
    color:hotpink;
}
.li-internal-a a 
{
    font-size: 20px;
    color: rgb(72, 0, 187);
    text-decoration: none;
}
a.anchor
{
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}