#updates-block {
    display: flex;
    flex-flow: column;
    overflow-y: scroll;
    border: 1px solid #151515;
    color: #ffffff;
    font-family: "Roboto";
    height: 99%;
    box-shadow: 0px 5px 5px #161616;
    border-radius: 10px;
}

.ub-header {
    display: flex;
    flex-flow: row;
    position: relative;
    background-color: #202020;
    opacity: 0.5;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #ffffff;
    font-family: "Oswald";
    text-align: start;
    border-bottom: 1px solid #161616;
}

.ub-header::before {
    display: block;
    position: absolute;
    top: 0;
    content: '';
    width: 99.5%;
    margin-top: 3px;
    margin-left: 3px;
    height: 15px;
    background: linear-gradient(to bottom, rgba(160, 160, 160, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 10px 10px 10px 10px;
    pointer-events: none;
    z-index: 2;
}

.ub-header-text {
    margin-left: 1em;
    text-shadow: 1px 1px 2px #000000;
}

.ub-header-description {
    margin-left: 0.5em;
}

#new-banner {
    height: 100%;
}

#new-board {
    margin: 15px;
    font-size: 1.25em;
    color: #bebebe;
    text-shadow: 1px 1px 2px #000000;
}