navix/frontend/src/App.css

36 lines
576 B
CSS

body {
margin: 0;
padding: 0;
background-color: #121212;
font-family: 'Segoe UI', sans-serif;
color: white;
justify-content: center;
}
.App {
display: flex;
flex-direction: column;
align-items: center;
padding: 2rem;
min-height: 100vh;
text-align: center;
}
.main-title {
display: flex;
align-items: center;
justify-content: center;
font-size: 2rem;
font-weight: bold;
color: white;
gap: 0.6rem;
font-family: 'Orbitron', sans-serif;
}
.navix-logo {
width: 40px;
height: 40px;
display: inline-block;
vertical-align: middle;
}