body {
width: max-content;
width: -moz-max-content;
min-width: 100%;
}

.navbar {
height: 50px;
width: 100%;
background-color: #0a0a0a;
box-sizing: border-box;
display: flex;
align-items: center;
padding: 0px 0px 0px 10px;
}

.logo {
margin: 4px 0px 0px 0px;
}

.logolink {
font-size: 14px;
text-decoration: none;
color: #ffffff;
}

.navcust {
margin: 0px 0px 0px 10px;
text-decoration: none;
font-size: 14px;
color: #ffffff;
}

.logohov:hover,
.homehov:hover,
.repohov:hover,
.linkshov:hover,
.abouthov:hover,
.helphov:hover,
.contacthov:hover {
color: #0066cc;
transition: color 0.3s ease;
}