#head-bar
{
	width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 2px 10px;
    box-sizing: border-box;
    align-items: center;
    box-shadow: 0 1px 2px 1px #00000033;
    /* height: 40px; */
    background-color: #de4949;
    color: white;
    background: linear-gradient(90deg, #de4949, #de6449);
    color: white;
}

.head-title
{
	font-family: "Rocket";
    font-size: 28px;
	letter-spacing: -4px;
    word-spacing: -6px;
}

.btn-disconnect
{
	font-family: "Roboto";
	font-weight: 300;
	cursor: pointer;
}