@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

*{
    font-family: 'Roboto', sans-serif;
	box-sizing: border-box;
}

html,
body{
    font-family: 'Roboto', sans-serif;
	font-size:18px;
}

#navegador{
	z-index:100;
	background-color:#222430;
	color:#ffffff;
	border-bottom:2px solid #303243;
}

#navegador .nav-link{
	color:#ffffff;
}