body {
    display: flex;
    justify-content: space-around;
}
h1 {
    font-size: 20px;
}
h2 {
    font-size: 16px;
}