You can try this.
body {
background-color: #1B1D28;
font-family: 'Roboto', sans-serif;
color: white;
display: flex;
height: 100vh;
}
.main {
max-width: 800px;
text-align: center;
margin: auto;
}
You can try this.
body {
background-color: #1B1D28;
font-family: 'Roboto', sans-serif;
color: white;
display: flex;
height: 100vh;
}
.main {
max-width: 800px;
text-align: center;
margin: auto;
}