.network {
    background: #C9952B;
    display: grid;
    grid-template-columns: 80%;
    grid-template-rows: max-content;
    justify-content: center;
    padding-top: 2px;
    padding-bottom: 2px;
    justify-items: end;
    position: fixed;
    width: 100%;
    z-index: 3;


}

.icon-network {
    fill: #b7da98;
}

.icon-network svg {
    fill: #b7da98;
    font-size: 1.2rem;
}


@media only screen and (max-width: 782px) {
    .network {
        position: inherit;
    }
}