html, body, * {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
}

#bitxNav{
   
}

.container {
    display: flex;
    justify-content: center;
    align-items: center; /* Aligns text and image */
    background-color: black;
    color: white;
    text-align: center;
    justify-items: center;
    height: 100px;
    width: 100;
    margin: 0;
    padding: 0;
    position: relative; /* or absolute */
    top: 0;
    left: 0;

}

.container img {
    width: 20px; /* Resize image */
    height: auto; /* Maintain aspect ratio */
    margin-right: 15px; /* Add space between image and text */
}
