.all-updates-box {
    z-index: 8;
    background: url(./homepage/repeat-grid-tiny.png) repeat;
    position: absolute;
    top: 432px;
    left: 34px;
    width: 198px;
    height: 478px;
    margin-bottom: 30px;
    padding: 3px;
}

.all-updates-box a {
    text-decoration: none;
    color: #c1c1c1;
    text-shadow: black 0px 4px 2px;
}

.all-updates-box a:hover {
    color: white;
}

.update-blog-box {
    z-index: 8;
    background: url(./homepage/repeat-grid-tiny.png) repeat;
    position: absolute;
    top: 1000px;
    left: 72px;
    width: 483px;
    height: 405px;
    display: flex;
    padding: 3px;
    align-items: center;
    overflow-y: scroll;
    scrollbar-width: none;
    flex-direction: column;
}

.update-blog-post {
    color: #a1a1a1;
    background-color: #111111;
    width: 92%;
    height: fit-content;
    border: solid 6px black;
    margin-top: 12px;
    padding-bottom: 4px;
}

.update-blog-post > p, h1, h2, h3 {
    padding: 2px;
    margin: 2px;
    text-shadow: #a4a4a4 0px 2px 5px;
}

h1 {
    text-align: center;
    font-weight:lighter;
}

p {
    text-shadow: #a4a4a4 0px 1px 3px;
}