@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono');
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Anton');

@media (max-width: 540px) {
    .menu a {
        display: block;
        font-size: 15px;
    }

    img {
        max-width: 100% !important;
        height: auto !important;
    }
}

html {
  overflow: scroll;
}

::-webkit-scrollbar {
    display: none;
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}

body {
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #1E1F29 ;
    color: #dfdfdf;
    font-family: "Roboto Mono";
    font-size: 15px;
    margin: 0 auto;
    max-width: 1280px;
}

.title {
    color: #6272A4;
    font-family: "Roboto";
    font-size: 22px;
    font-weight: bold;
}

.small {
    color: #9183a9;
    font-size: 14px;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 0px;
}

blockquote {
    color: #ecbe7b;
}

a {
    color: #6272A4;
    text-decoration: none;
}

a:hover {
    color: #44475A;
}

h1 {
    font-size: 17px;
    color: #ED6762;
    margin-bottom: 0.5em;
}

h2 {
    font-size: 16px;
    color: #bd93f9;
    margin-bottom: 0.5em;
}

h3 {
    font-size: 15px;
    color: #FFB8C6;
    margin-bottom: 0.5em;
}

h4, h5, h6 {
    font-size: 15px;
    color: #ED88C2;
    margin-bottom: 0.5em;
}

li {
    color: #DFDFDF;
    list-style-type: none;
    margin: 0;
    padding: 0;
    max-width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul {
    color: #98be65;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

pre {
    background-color: #282A36 !important;
    border-radius: 4px;
    padding: 10px;
    overflow-x: auto;
}


img {
    max-width: 100%;
    height: auto;
}
