body {
    background-color: #0c1535;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    padding: 0;
    background-image: url('assets/images/bg-lines.png');
    background-size: contain;
}
