h1 {
    font-size: 2.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

.data-container {
    max-width: 600px;
}

.disclaimer {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #7d7979;
}

.logo {
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 100px;
}