:root {
    --bs-body-font-size: 18px;
}

img {
    max-width: 100%;
}
p,
li {
    color: #666;
}

#content {
    min-height: 100vh;
}

h2 {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
