div p {
    max-width: 50vw;
}
blockquote p {
    max-width: 100%;
}
.hidden {
    display: none;
}
html {
    background-color: #242424;
    color: white;
    height: 100%;
    font-family: sans-serif;
    -webkit-tap-highlight-color: transparent;
    scrollbar-color: black #232323;
}
blockquote {
    background-color: #16334f;
    width: 50%;
}
h1, h2, h3, h4, h5, h6 {
    color: #25c8f9;
}
iframe {
    max-width: 100vw !important;
}
img {
    max-width: 50vw !important;
}
footer {
    background-color: black;
}
ul {
    width: fit-content;
    text-align: left;
}
a {
    color: #F0F;
    text-decoration:underline;
    text-decoration-style: dotted;
}
hr {
    border: solid;
    border-width: 1px;
    color: white;
}
input {
    background-color: #0c0c0c;
    border: solid;
    color: white;
    border-width: 2px;
    border-color: white;
    font-size: 15pt;
    border-radius: 10px;
}
.media {
    max-width:100%;
}
.external {
    background: black;
}
.nav {
    font-size: 30px;
    transition: filter 0.1s;
    transition-timing-function: ease-in;
}
.nav:hover {
    filter: brightness(150%);
}
.nav:active {
    filter: brightness(75%);
}
.softcard {
    border: solid;
    border-color: white;
    border-width: 1px;
    border-radius: 10px;
    background: black;
    display: inline-block;
}
.szcard {
    background: linear-gradient(to bottom right, green, deepskyblue);
}
.download {
    border: none;
    border-radius: 5px;
    background: deepskyblue;
    color: black;
    transition: filter 0.1s;
    transition-timing-function: ease-in;
    padding: 10px;
    display: inline-block;
    cursor: pointer;
}
.download:hover {
    filter: brightness(150%);
}
.download:acive {
    filter: brightness(75%);
}
.thumb {
    background: white;
    border-radius: 5px;
    padding: 5px;
}
code {
    text-align: left;
    border: none;
    font-family: Hack, monospace;
    max-width: 75%;
}
@font-face {
    font-family: 'sweetlogo';
    src: url('/sweetlogo.ttf') format('truetype'), url('/sweetlogo.otf') format('opentype'), url('/sweetlogo.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
.logo {
    font-family: "sweetlogo";
}
.social {
    border: none;
    border-radius: 10px;
    background-color: rgba(36,36,36);
    background-image: url("/lower-background.svg");
    background-size: 100%;
    padding: 5px;
    transition: filter 0.1s, transform 0.1s, width 0.3s;
    width:24px;
    height: 24px;
    overflow: hidden;
    transition-timing-function: ease-out;
    display: inline-block;
    word-wrap: break-word;
}
.social:hover {
    filter: brightness(125%);
    transform: translateY(-2px);
    width: 200px;
}
.pfp {
    border-radius: 100%;
}
table {
    border: solid;
    border-color: white;
}
table, td {
    border: solid;
    border-color: white;
    border-width: 1px;
}
.borderless, .borderless table, .borderless td {
    border: none;
    border-width: 0px;
}
