body{
margin:0;
font-family:Orbitron,Arial;
background:#02040a;
color:#fff;
}

.bg{
position:fixed;
width:100%;
height:100%;
background:url('networker.png') center/cover no-repeat;
opacity:.25;
}

.menu{
position:fixed;
left:0;
top:0;
width:220px;
height:100%;
background:#000a;
padding:20px;
}

.menu a{
display:block;
color:#fff;
text-decoration:none;
margin:10px 0;
}

.conteudo{
margin-left:220px;
height:100vh;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
text-align:center;
}

.cta{
background:#0ff;
color:#000;
padding:15px 25px;
border-radius:8px;
text-decoration:none;
margin:20px;
font-weight:bold;
}

.icons a{
margin:10px;
font-size:25px;
}

.page{
margin-left:220px;
padding:40px;
}

.produtos{
display:flex;
gap:20px;
}

.produto{
background:#111;
padding:20px;
border-radius:10px;
}

.dashboard{
display:flex;
gap:20px;
flex-wrap:wrap;
}

.box{
background:#111;
padding:20px;
border-radius:10px;
width:200px;
text-align:center;
}
