* {
    padding: 0;
    margin: 0;
}

.spacer-container {
    display: flex;
    width: auto;
    justify-content: center;
}

.spacer-line {
    margin-top: 7px;
    margin-bottom: 7px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.spacer-line img {
    width: 10px;
}

.main-banner {
    width: 100%;
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.main-banner img {
    height: 45px;
}

.content-container {
    width: auto;
    padding: 5px;
}