* {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

a li {
    text-decoration: none;
}

.header img#logo {
    width: 50%;
    max-height: 50%;
}

a {
    max-width: 100%;
    text-decoration: none;
    color: rgb(167, 167, 167);
}

.headerlink {
    width: 50px;
    height: 50px;
    font-size: larger;
}
body {
    margin: 0px;
}

li {
    display: block;
    list-style: none;
}

footer {
    width: 100%;
    height: 80px;
    display: inline-block;
    align-items: center;
    background-color: rgb(243, 243, 243);
    text-align: center;
}

footer.img#logo {
    vertical-align: middle;
}

.colorbar {
    background-image: url(/images/Colorbar.png);
    width: 100%;
    height: 15px;
    background-size: contain;
    background-repeat: repeat-x;
    box-shadow: 0 0 5px black;
}

.content {
    width: auto;
    height: auto;
    justify-content: center;
    margin: auto;
}

.SectionTitle {
    margin-top: 10px;
    color: rgb(167, 167, 167);
    font-size: xx-large;
    text-align: center;
    margin-bottom: 10px;
}

.title {
    color:rgb(167, 167, 167);
    text-align: center;
    margin: auto;
}

.description {
    margin: 0px;
    color:rgb(167, 167, 167);
}

.LatestBlogPosts {
    display: flex;
    flex-wrap: wrap;
}

.BlogCard {
    display: flex;
    margin: auto;
    width: 700px;
    border-radius: 8px;
    height: auto;
    background-color: rgb(243, 243, 243);
}

.BlogUpdateContainer:hover {
    transition: ease .2s;
}

.BlogUpdateContainer .blogImage {
    max-width: 400px;
    max-height: 300px;
    padding: 20px;
}



.LatestBlogPosts .right .title {
    text-align: left !important;
}

.LatestBlogPosts .right .date {
    margin-bottom: 10px;
}

a.blogcardlink {
    height: fit-content;
}

.newestCDUpload {
    display: flex;
    margin: auto;
    padding: 40px;
    justify-content: center;
    flex-wrap: wrap;
}


.newestCDUpload .right .Comments {
    display: flex;
    margin-left: 20px;
    width: 300px;
    background-color: rgb(243, 243, 243);
    border-radius: 8px;
    height: 100%;
}