@font-face {
    font-family:"terminus";
    src: url("./fonts/terminus.ttf") format("truetype");
}

html, body {
    margin: 0;
    padding: 0;
    font-family: terminus, monospace;
    background-color: #0d0e1a;
    color: #d2e3d5;
    font-size: 100%;

    min-height: 100%;
}

a {
    text-decoration: none;
    color: #5e8495;
}

li {
    list-style-type: none;
    font-size: 1.7rem;
}

.main-title {
    color: #b84365;
    margin-top: 20px;
    font-size: 2.3rem;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    margin: 0 5rem 0 5rem;
}

.main-content {
    font-size: 1.7rem;
}

.footer {
    text-align: center;
    margin-top: auto;
    border: 1px solid #d2e3d5;
    font-size: 1rem;
}

.back-to-home {
    font-size: 1.7rem;
}

.main-header {
  margin-top: 0px;
  text-align: center;
}

.main-list {
    /* font-size: 2rem; */
    font-size: 1.7rem;
    margin-top: 20px;
    padding: 10px;

    border: 3px solid #3d3751;
    border-radius: 8px;
}

.projects-list .item {
    margin: 30px 0;
}

.projects-list-item {
}

.project-title {
    color: #b84365;
}

.code-snippet {
    color: #d2e3d5;
}

ul.navbar {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    /* margin: 10px 200px 0px 200px; */
    padding: 10px;
    border: 3px solid #3d3751;
    border-radius: 8px;
    list-style-type: none;
    font-size: 1.5rem;
    color: #d2e3d5;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 0;
}

.navbar > li a {
    color: #d2e3d5;
}

.navbar > li a:hover {
    color: #5e8495;
}

.sub-heading {
    text-decoration: underline
}

li.dead {
    text-decoration: line-through;
}

div.note {
    font-size: 1rem;
}

pre {
    background-color: #3d3751;
    border: 1px solid #d2e3d5;
    color: #d2e3d5;
    font-family: monospace;
    font-size: 1.2rem;
    line-height: 1.6;
    overflow: auto;
    padding: 0.5em 0.5em;
    display: block;
    word-wrap: break-word;
}

div.way {
    margin-left: 5rem;
}
