@font-face {
    font-family: "basiic";
    src: url("/fonts/main/basiic.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

html {
    cursor: url("/cursors/cosmica/default.png"), default;
}

.nav {
    font-family: "basiic";
    background: rgba(255, 255, 255, 1);
    border-top: 5px double rgb(0, 0, 0);
    border-left: 5px double rgb(0, 0, 0);
    border-right: 5px double rgb(0, 0, 0);
    border-bottom: 5px double rgb(0, 0, 0);
    margin-bottom: 10px;
    cursor: url("/cursors/cosmica/default.png"), auto;
    filter: drop-shadow(5px 5px rgba(0, 0, 0, 0.25));
}

.nav:hover {
    filter: invert(1);
}

nav {
    text-align: center;
}

button {
    font-size: 1rem;
}

main {
    max-width: 450px;
    background: rgba(255, 255, 255, 1);
    border-top: 5px double rgb(0, 0, 0);
    border-left: 5px double rgb(0, 0, 0);
    border-right: 5px double rgb(0, 0, 0);
    border-bottom: 5px double rgb(0, 0, 0);
    filter: drop-shadow(5px 5px rgba(0, 0, 0, 0.25));
}

body {
    background-color: #836cff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cg fill='%231151ff' fill-opacity='0.53'%3E%3Cpath fill-rule='evenodd' d='M0 0h4v4H0V0zm4 4h4v4H4V4z'/%3E%3C/g%3E%3C/svg%3E");
    font-family: "basiic", sans-serif;
    font-size: 1.05rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 100vh;
}

h3 {
    text-align: center;
    font-size: 1.5rem;
    margin: 15px;
}

a:hover {
    cursor: url("/cursors/cosmica/link-select.png"), auto;
}

a {
    text-decoration: none;
    color: black;
}

.auto {
    cursor: url("/cursors/cosmica/default.png"), auto;
}

*:active {
    cursor: url("/cursors/cosmica/link-select.png"), default;
}

::selection {
    background: black;
    color: #ffffff;
    mix-blend-mode: difference;
}

mark {
    background-color: #c5c8ef;
}

img {
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: rgba(241, 241, 241, 0);
}

::-webkit-scrollbar-thumb {
    background: #000000;
}

p, ul, ol, li{
    margin-left: 15px;
    margin-right: 15px;
    line-height: 1.2;
}

@media (max-width: 600px) {
    main {
        max-width: 450px;
        background: rgba(255, 255, 255, 1);
        border-top: 5px double rgb(0, 0, 0);
        border-left: 5px double rgb(0, 0, 0);
        border-right: 5px double rgb(0, 0, 0);
        border-bottom: 5px double rgb(0, 0, 0);
        filter: drop-shadow(5px 5px rgba(0, 0, 0, 0.25));
    }
}
