body {
    font-family: 'Tahoma', sans-serif;
    margin:0px;
    background-image: url('https://social.fjyetto.dev/s/images/bg.png');
    background-color: #fff;
    color: #000;
}

.pop{
    background-color: #ffff94;
    color: #090924;
    border: 1px dashed #22f;
    box-shadow: 2px 2px 5px 1px rgba(40,20,0,0.8);
    display: block;
    align-content: center;
    text-align: center;
    width: min-content;
    padding: 8px;
    display:none;
}
form{
    width: 300px;
    padding: 5px;
    text-align: left;
    input{
        width: max-content;
    }
}
nav {
    display:flex;
    border-bottom: solid black 1px;
    padding-bottom: 5px;
    height:36px;
    /* width: 100%; */
    padding:4px;
    background-color: #ffe;
    font-size:22px;
}

a {
    cursor: pointer;
    text-decoration:underline rgb(11, 0, 77);
    color: rgb(11, 0, 77);
}

account {
    width:200px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: end;
}
div > h1 {
    margin-top: 5px;
    margin: 0px;
    font-size: 20px;
    float: left;
    text-shadow: 2px 2px #224, -2px -2px #224, 2px -2px #224, -2px 2px #224;
    color: #fff;
}
.heade {
    height: 22px;
    background-color: #6161ff;
    padding: 5px;
    border: 1px #118 solid;
}
table {
    border: 3px solid black;
    background: #ff7;
    color: #000;
}
td {
    border-left: 1px solid black;
    border-right: 1px solid black;
    padding: 0px 7px;
}
th {
    border: 1px solid black;
}
body.dark {
    background-image: url('https://social.fjyetto.dev/s/images/bgd.png');
    color: #fff;
    background-color: #111;
}
a.dark {
    text-decoration: underline rgb(255, 233, 107);
    color: rgb(255, 233, 107);
}
nav.dark {
    border-bottom: solid #fff 1px;
    background-color: #113;
}
pre {
    a {
        text-decoration:underline rgb(255, 66, 53) !important;
        color: rgb(255, 66, 53) !important;
    }
}
.logo{
    background: url('https://social.fjyetto.dev/s/images/longob.png')
}
.triangle {
    width: 18px;
    aspect-ratio: 1/cos(30deg);
    clip-path: polygon(50% 100%,100% 0,0 0);
    background: #227;
}
.dbut {
    margin: 10px;
    padding: 5px;
    border-radius:0px;
    background:#dedede;
}
.dropmen{
    width: 120px;
    background-color: #fff;
    position: fixed;
    right: 14px;
    top: 54px;
    border: solid black 1px;
    display: flex;
    flex-direction: column;
    padding: 2px;
    display:none;
    z-index:1600;
    a {
        color: #330000;
        background:#fff;
        transition: 
            color 0.5s, 
            background 0.5s;
    }
    a:hover {
        color: #fff;
        background:#0400ff;
        transition: 
            color 0.5s, 
            background 0.5s;
    }
}
.logo.dark {
    background-image: url('https://social.fjyetto.dev/s/images/longog.png');
}
.dlmode {
    background: url("/s/images/bg.png");
    width:36px;
    height:100%;
    cursor:pointer;
    margin: 0px 8px;
    border-radius: 100%;
    box-shadow: 2px 2px black;
    transition: box-shadow 0.3s;
}
.dlmode.dark {
    background: url("/s/images/bgd.png");
    box-shadow: 2px 2px white;
}

.dlmode:hover {
    background: #0400ff;
    box-shadow: 0px 0px black;
}