h1 {
    text-align: center;
    width: fit-content;
    color: white;
    margin: auto;
    padding-top: 25px;
    padding-bottom: 5px;
    font-family: Amatic SC, serif;
    font-size: 25px;
}

h2 {
    text-align: center;
    font-family: "Press Start 2P", "Lora", fantasy;
    color: darkgray;
    line-height: 1;
    font-size: 16px;
    margin: 1rem auto;
    letter-spacing: 0.02rem;
    display: block;
    max-width: 46%;
    word-wrap: break-word;
}

.news {
    font-family: "Noticia Text", sans-serif;
    font-size: 13px;
}

.dono {
    display: inline-block;
}

a:link {
    text-decoration: none;
    color: lightgrey;
}

.dmca:hover, a:hover, a:focus, h2 a:hover {
    color: purple;
    text-shadow: 0 0 30px darkred;
}

a:visited {
    text-decoration: none;
    color: lightgrey;
}

.title {
    padding-top: 28px;
    padding-bottom: 5px;
    color: lightgrey;
    min-height: 16px;
    line-height: 2rem;
    text-align: center;
    font-weight: 700;
    font-size: 56px;
}

.subheader {
    color: darkgrey;
    font-size: 16px;
    margin: 0;
    font-family: "Amatic SC", serif;
    letter-spacing: 2px;
    text-align: center;
    font-weight: lighter;
    display: inline-block;
}

.imgheader {
    margin-top: 25px;
    text-align: center;
}

.image {
    margin-top: 35px;
    text-align: center;
    width: 425px;
    box-shadow: 0 0 5px white;
    position: relative;
}

.dmca {
    font-size: 12px;
    text-align: justify;
    position: relative;
    color: black;
    font-family: Lobster, cursive;
}

hr {
    box-shadow: 0 0 5px red;
    width: 150px;
    margin-top: 2rem;
}

p {
    width: 46%;
    color: white;
    margin: 4px auto;
    position: relative;
    font-family: Lato, sans-serif;
}

.info {
    text-align: justify;
}

body {
    background-color: black;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    min-width: 320px;
    max-height: 100%;
    font-size: 16px;
    line-height: 1.4285rem;
    color: #000;
    text-shadow: #000 0 0 0;
}

.main {
    position: absolute;
    width: 100%;
    height: calc(100% - 30px);
    overflow-x: hidden;
    scrollbar-width: none;
    text-align: center;
}

.main::before {
    content: "";
    background-image: url("../images/background.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: 0.50;
    position: fixed;
    top: 40px;
    bottom: 40px;
    left: 0;
    right: 0;
    z-index: -1;
}

.navibar {
    z-index: 2;
    box-shadow: 0 0 3px white;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    position: fixed;
    width: 100%;
    height: 30px;
}

.navibar a {
    color: white;
    width: calc(100% / 10);
    min-width: fit-content;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-family: Thasadith, serif;
}

.snowflakeContainer {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.snowflake {
    position: fixed;
    background-color: #ccc;
    user-select: none;
    z-index: 4;
    pointer-events: none;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

.dropdown {
    color: white;
    width: calc(100% / 10);
    min-width: fit-content;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    overflow: hidden;
    position: relative;
}

.dropdown .dropbtn {
    vertical-align: middle;
    width: 100%;
    font-size: 16px;
    font-family: Thasadith, serif;
    color: white;
    border: none;
    background-color: black;
}

.navibar a:hover, .dropdown:hover .dropbtn {
    background-color: #212121;
    color: white;
}

.dropdown-content {
    width: inherit;
    min-width: 80px;
    display: block;
    position: absolute;
    background-color: black;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 3;
}

.dropdown-content a {
    text-align: center;
    width: 100%;
    color: white;
    background-color: black;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: white;
    color: black;
}

.dropdown:hover .dropdown-content {
    display: block;
    position: fixed;
}

.caret-down {
    position: relative;
    top: 2px;
    width: 0.625rem;
}

.outer-binary {
    user-select: none;
    position: absolute;
    width: 100%;
    background-color: black;
    overflow-x: hidden;
    bottom: 0;
    z-index: 2;
    box-shadow: 0 0 3px white;
    height: 30px;
    vertical-align: middle;
}

.binary {
    display: inline-block;
    position: relative;
    animation: scroll 30s linear 0s infinite;
    color: white;
    opacity: 0.25;
    top: 0.25rem;
    font-size: 13px;
    font-family: "Roboto Mono", system-ui;
}

@keyframes scroll {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(-1200px, 0)
    }
}

html {
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
}

audio {
    visibility: hidden;
    display: none;
}

.pacman {
    top: 25%;
    position: absolute;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: conic-gradient(yellow 0, yellow 17.5%, transparent 12.5%, transparent 32.5%, yellow 32.5%);
    animation: eating 0.3s ease-in alternate infinite;
}

@keyframes eating {
    0% {
        background: conic-gradient(yellow 0, yellow 17.5%, transparent 17.5%, transparent 32.5%, yellow 32.5%);
    }
    15% {
        background: conic-gradient(yellow 0, yellow 18.5%, transparent 18.5%, transparent 31.5%, yellow 31.5%);
    }
    30% {
        background: conic-gradient(yellow 0, yellow 19.5%, transparent 19.5%, transparent 30.5%, yellow 30.5%);
    }
    45% {
        background: conic-gradient(yellow 0, yellow 20.5%, transparent 20.5%, transparent 29.5%, yellow 29.5%);
    }
    60% {
        background: conic-gradient(yellow 0, yellow 21.5%, transparent 21.5%, transparent 28.5%, yellow 28.5%);
    }
    75% {
        background: conic-gradient(yellow 0, yellow 22.5%, transparent 22.5%, transparent 27.5%, yellow 27.5%);
    }
    87% {
        background: conic-gradient(yellow 0, yellow 23.5%, transparent 23.5%, transparent 26.5%, yellow 26.5%);
    }
    100% {
        background: conic-gradient(yellow 0, yellow 25%, transparent 25%, transparent 25%, yellow 25%);
    }
}

::-webkit-scrollbar {
    display: none;
    width: 0; /* Remove scrollbar space */
    background: transparent; /* Optional: just make scrollbar invisible */
}

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

.ico {
    position: relative;
    display: inline-block;
    top: 5px;
    height: 18px;
    width: 18px;
}

.ico2 {
    position: relative;
    display: inline-block;
    top: 3px;
    height: 18px;
    width: 18px;
}

.grid-container {
    margin: auto;
    grid-row-gap: 25px;
    max-width: 35%;
    display: grid;
    grid-template-columns: 33.3% 33.4% 33.3%;
}

.inner-grid {
    text-align: center;
    display: grid;
}

.contact a {
    font-size: 12px;
}

.grid-last {
    grid-column: 2;
}

.avatar {
    background-color: black;
    height: 64px;
    width: 64px;
    margin: auto;
}

input {
    width: 46%;
    opacity: 0;
}

input:hover {
    opacity: 1;
}

img + p {
    font-family: "Orbitron", serif;
}

div.contact > p {
    font-size: 14px !important;
    white-space: nowrap;
}

.form {
    border: none;
}