body {
    min-height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

.content {
    max-width: 800px;
    margin: 60px auto;
    padding: 0 20px;
}

.content h1 {
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 30px;
    color: #1a3664;
}

.content h2 {
    font-weight: 700;
    font-size: 20px;
    margin-top: 30px;
    color: #1a3664;
}

.content p {
    font-weight: 300;
    line-height: 1.6;
    margin-top: 10px;
}