body {
    font-size: 24px;
    display: flex;
}

h1 {
    text-align: center;
    font-size: 46px;
    font-weight: bold;
    padding-bottom: 30px;
}

h2 {
    padding: 15px 0;
    font-weight: bold;
}

ul>li {
    padding: 15px 0;
}