a {
    color: #0066cc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.blogpost {
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px;
}

.blogpost button {
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}

.blogpost code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
    text-wrap: auto;
}

.blogpost .content {
    text-align: left;
    margin-left: 17.5%;
    margin-right: 17.5%;    
}

.blogpost footer {
    text-align: center;
    padding-bottom: 5%;
}

.blogpost input {
    align-items: center;
    justify-content: center;
    margin: 3px;
}

.blogpost label {
    text-align: center;
    align-items: center;
    justify-content: center;
}

.blogpost li {
    text-align: left;
}

.blogpost .linklist {
    padding-left: 0px;
}

.blogpost pre {
    color: #111111;
    background-color: #999999;
    border-radius: 10px;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 10px;
    padding-left: 15px;
    padding-bottom: 10px;
    text-align: left;
}

.blogpost .title {
    margin-left: 0%;
    margin-right: 0%;
}

.blogpost ul {
    text-align: center;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 
        'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
        sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #f1f1f1;
    background-color: #1f1f1f;
}

h1 {
    text-align: center;
    margin-bottom: 0px;
}

h4 {
    text-align: center;
    box-sizing: border-box;
    margin: 0;
    padding: 0px;
    margin-bottom: 0px;
}

@media screen and (max-width: 900px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
    .blogpost .content {margin-left: 7.5%; margin-right: 7.5%}
}

.menu-btn:hover {
    cursor: pointer;
}

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: inline-block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .bot {
    position: absolute;
    left: 0%;
    bottom: 10%;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 36px;
    margin-left: 50px;
}

.sidenav .menu-item {
    width: 90%;
}

label {
    display: block;
    margin-bottom: 5px;
}

button[type="submit"] {
    height: 40px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button[type="submit"]:hover {
    background-color: #0056b3;
}

#error {
    color: red;
}

#success {
    color: green;
}

.container {
    display: flex;
    justify-content: center;
}
