body {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    margin: 20px; 
    background: #0e0e0e; 
    height: 100%;
    color: white;
}
.center {
    margin: auto;
    text-align: center;
    width: fit-content;
}