h1 {
    font-size: 1.5rem;
}

h2 {
    font-size: 1rem;
}

p {
    font-size: 14px;
}

.md-center {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}