body {
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    min-height: 100vh;
}

h1 {
    font-size: 3rem;
    line-height: 60px;
}

h2 {
    font-size: 1.5rem;
    line-height: 30px;
}

p {
    margin-bottom: 1rem;
}

.page-container {
    max-width: 1024px;
    margin: 0 auto;
    padding: 1rem;
}

.data-table {
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    border-collapse: collapse;
}

.data-table thead {
    background: #ededed;
}

.data-table th,
.data-table td {
    text-align: left;
    border: 1px solid #cecece;
    padding: 0.5rem;
}

@media only screen and (max-width: 800px) {
    h1 {
        font-size: 2rem;
        line-height: 48px;
    }
}
