@font-face {
    font-family: 'retro';
    src: url('fonts/JetBrainsMono-Regular.ttf');
}

html{
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 11px;
}
::-webkit-scrollbar-track {
    background: transparent; 
}
   
::-webkit-scrollbar-thumb {
    background: #696969; 
}

::-webkit-scrollbar-thumb:hover {
    background: #9f9f9f; 
}

h1, h2, h3, a, li, p, button{
    font-family: "retro";
    color: #E5E5E5;
}

.wrapp{
    display: flex;
    flex-direction: column;
    align-items: center;
}

body {
    background-color: #1E1E1E;
    color: #E5E5E5;
}

h1{
    text-align: center;
}

hr{
    width: 70%;
    margin-top: 1rem;
}

a {
    text-decoration: none;
    color: #e2ccff;
    font-weight: bold;
    text-decoration: underline;
}

.nav{
    overflow: hidden;
    text-align: center;
}

.nav a{
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
}

.bio {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.logo{
    border-radius: 50%;
    width: 20%;
}

.article{
    width: 60%;
    word-wrap: break-word;
}

.article > h3{
    text-decoration: underline;
}


h4{ 
    font-size: 16px;
}

img{
    width: 50vh;
}

.telegramimage { 
    width: 20vh;
}

.cover{
    width: 30%;
}

pre{
    word-wrap: break-word;
    white-space: pre-wrap;
    word-break: break-word;
}

pre > a{
    font-size: 12px;
}

.bio > img, .article > img{
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2vh;
    margin-bottom: 3vh;
}

.bio > img{
    border-radius: 50%;
    width: 15%;
    min-width:100px;
}

.newpost{
    background-color: #242424;
    width: 60%;
    padding: 1rem;
    margin: 1vh;
}

.newpost > h3{
    text-decoration: underline;
    color: #e2ccff;
    text-underline-offset: 0.3em;
    text-decoration-thickness: 3px;
}

.buttonnewpost {
    background-color: #4d4d4d;
    width: 20%;
    max-width: 8vw;
    height: auto;
    min-height: 5vh;
    outline: none;
    border: none;
    transition: 0.2s ease-in-out;
    font-size: 0.9rem;
}

.buttonnewpost:hover {
    background-color: #707070;
    color: #262626;
    cursor: pointer;
}

.newpost > p, .newpost > h3, .newpost > a{
    margin-left: 2%;
}

.bio > p{
    font-size: 14px;
}

.footer{
    margin-left: auto; 
    margin-right: auto; 
}

.footer > p, .footer > .badges{
    text-align: center;
}

.badges{
    margin-top: 1vh;
}

.badges > img{
    width: 5vw;
}