html {
    height: 100%;
    width: 100%;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #F4F0E6;
    min-height: 100%;
    min-width: 100%;
}

h1 {
    text-align: center;
}

h2 {
    display: inline-block;
    font-family: Georgia, serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    color: rgb(17, 17, 17);
    letter-spacing: normal;
}

.title-link {
    font-family: Georgia, serif;
    color: rgb(17, 17, 17);
    text-decoration: none;
    text-decoration-line: none;
}

.title-link:hover {
    text-decoration: underline;
}

p {
    text-align: center;
}

ul {
    list-style-type: none;
}

.div-row {
    display: flex;
}

.div-column {
    text-align: center;
    flex: 50%;
}

.div-column-bottom-pages {
    text-align: center;
    flex: 50%;
    font-size: 24px;
    font-style: normal;
}

.div-column-bottom-next {
    text-align: center;
    flex: 50%;
    font-size: 24px;
    font-style: normal;
}