body {
    background-color: #ebdbb2;
    font-style: normal;
    font-family: Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;
}
.container {
    width: 80%;
    margin: auto;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.project {
    width: 80%;
    margin: auto;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.block{
    background-color: #ebdbb2;
}
.nav {
    padding: 10px 0;
    margin: 15px;
}
.nav-title {
    color: hsl(0, 0%, 0%);
    margin: 15px;
}
.nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.nav ul li {
    display: inline;
    margin-right: 9px;
    margin-left: 8px;
}
.nav ul li a {
    color: rgb(90, 45, 62);
    text-decoration: solid;
    outline-width: 15px;
}
.nav ul li a:hover {
    text-decoration:double;
    background-color: #a4a4a445;
}
table {
    border-collapse: collapse;
    width: 100%;
}
th, td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}
th {
    background-color: #f2f2f2;
}
.small-video {
    width: 100%;
    max-width: 100%;
    height: auto; 
}
.cv {
    width: 80%;
    margin: auto;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.under-text {
    font-size: 12px;
    font-style: italic;
}
.blog-post {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: inline-block;
    margin-top: 50px;
    margin-left: 30px;
    margin-right: 30px;
}
.blog-post h3 {
    font-style: italic;
}
.blog-post p {
    font-size: 15px;
    line-height: 21px;
}
.read-btn {
    margin: auto;
    position: sticky;
}
.further-reading {
    background-color: #ffffff;
    display: inline-block;
    width: 20%;
    margin: auto;
}
.further-reading p {
    font-size: 10px;
}

.btn {
    align-items: center;
    appearance: none;
    background-color: #FCFCFD;
    border-radius: 4px;
    border-width: 0;
    box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#D6D6E7 0 -3px 0 inset;
    box-sizing: border-box;
    color: #36395A;
    cursor: pointer;
    display: inline-flex;
    font-family: Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;
    height: 40px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s,transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow,transform;
    font-size: 16px;
}

.btn:focus {
    box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
}

.btn:hover {
    box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
    transform: translateY(-2px);
}

.btn:active {
    box-shadow: #D6D6E7 0 3px 7px inset;
    transform: translateY(2px);
}

.error-container {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: inline-block;
    margin-top: 50px;
}

.error-h1 {
    font-size: 50px;
    margin: 0;
}
.error-p {
    font-size: 18px;
}
.error-a {
    color: #007BFF;
    text-decoration: none;
}
.error-a:hover {
    text-decoration: underline;
}

pre {
    background: #282c34;
    color: #abb2bf;
    padding: 15px;
    border-radius: 5px;
    overflow: auto;
    position: relative;
}
code {
    font-family: "Courier New", Courier, monospace;
    font-size: 14px;
    line-height: 1.5;
    color: #ddd;
}
.hljs-keyword,
.hljs-built_in,
.hljs-type {
    color: #c5a5c5;
}
.hljs-literal,
.hljs-number {
    color: #ae81ff;
}
.hljs-string {
    color: #a8cc8c;
}
.hljs-comment {
    color: #5c6370;
    font-style: italic;
}
.hljs-function {
    color: #61aeee;
}
.hljs-attr {
    color: #d19a66;
}
.hljs-variable {
    color: #d19a66;
}
.hljs-title {
    color: #e06c75;
}
.hljs-params {
    color: #abb2bf;
}
pre .line-number {
    position: absolute;
    left: 0;
    width: 30px;
    padding: 15px;
    text-align: right;
    border-right: 1px solid #ddd;
    color: #666;
    user-select: none;
}
.line-number span {
    display: block;
    line-height: 1.5;
}
