body, html {
    height: 100%;
}

.full-height {
    height: 100vh;
}

.max-width-50 {
    max-width: 50%;
}

.rounded-box {
    border-radius: 1rem;
    padding: 1rem;
}

.on-top-container {
    z-index: 10;
    position: absolute;
    right: 1rem;
}

span {
    font-weight: bolder;
}
p {
    font-weight: bold;
}

.white-chip-bg {
    border-radius: 4rem 1rem 1rem 1rem;
    background-color: white;
    padding: 0.5rem;
    font-weight: bold;
}
.content-container {
    position:absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.bg-image {
    position: relative;
    background-image: url("/static/images/downtown.svg");
    height: 100%; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: contrast(0.4) brightness(1.25);
}
.image-attribution {
    position:absolute;
    z-index: 20;
    bottom: 0.5rem;
    right: 1rem;
    text-align: right;
}