.img-brand {
    width: 24px;
    height: 24px;
}

.title {
    font-size: 22px;
    font-weight: bold;
}

.subtitle {
    font-size: 18px;
    font-style: italic;
}

.pixelated-image-contain {
    object-fit: contain;
    image-rendering: pixelated;
}

html,
body {
    height: 100%;
}

#page-container {
    position: relative;
    min-height: 100vh;
}

#content-wrap {
    padding-bottom: 2.5rem;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: #333;
    color: #fff;
    text-align: center;
}

#footer p {
    margin-top: 10px;
}