body {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #262626;
}

.content {
    color: white;
    margin: 8px 8px 8px 8px;
}

.title-text {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 4rem;
    font-family: 'Fredoka';
    font-weight: 700;
    color: #ffffff;
    /* color: black; */
}
.subtitle-text {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 2.5rem;
    font-family: 'Fredoka';
    font-weight: 700;
    color: #dddddd;
    /* color: black; */
}

.header-bar {
    /* width: 100%; */
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    padding: 5px 50px 5px 50px;
    background: linear-gradient(to right, #ef5350, #dd7030, #ccdd55, #90ef77, #26c6da, #9977da);
}

/* For <a> elements to be styled like buttons */
.link-btn {
    border-color: #262626;
    border-radius: 5px;
    background-color: aliceblue;
    text-decoration: none;
    color: black;
}
.link-btn:hover {
    background-color: lightblue;
    /* background-image: url("../resources/imgs/lobster.png");
    background-size: cover; */
}

.main-text-content {
    margin: 25px 100px;
    @media screen and (max-width: 768px) {
        margin: 25px 25px;
    }
}

.main-blog-content {
    margin: 25px 200px;
    @media screen and (max-width: 768px) {
        margin: 25px 35px;
    }
}

.std-text {
    font-size: 2rem;
    font-family: 'Fredoka';
}
.list-header {
    text-decoration: underline;
    color: #dddddd;
}
code {
    color: beige;
    background-color: black;
}
.code-box {
    background-color: black;
}

.list-item-date {
    color: white;
}

.post-date-text {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 2.5rem;
    font-family: 'Fredoka';
    font-weight: 700;
    color: #dddddd;
}