
html {
    font-size: 120%; /* Increases all text by 20% */
}

.blog-post .meta {
    border: 3px solid rgb(219, 219, 219);
    border-radius: 10px;
    padding: 10px;
    background-color: #293441;

}

ul.blog-post-list {
    padding: 0px 0px 0px 20px;
}

ul.blog-post-list li {
    list-style-type: none; /* Add this line */
    padding-bottom: 0.5em;
}

a {
    text-decoration: underline;
    color: #2277FF;
}
a:visited {
    color: #41ADFF;
}
a:hover {
    color: #41ADFF;
}

h1 {
    color: #4499FF;
}

nav li {
    display: inline;
    margin: 0 15px;
    text-decoration: underline;
    font-weight: bolder;
} 
body > footer {
    margin-top: 40px;
    margin-bottom: 60px;
}