.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 45px 0;
}

.row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 45px 0;
}

.h1 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin: 0;
    padding: 0;
}

.p {
    font-size: 16px;
    color: #000;
    text-align: center;
    margin: 0;
    padding: 0;
}