body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto Slab', serif;
}

.row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}

h2, h4 {
    text-align: center  ;
}