body {
    background: url(background.gif) no-repeat center center fixed;
    background-size: cover;
    z-index: -1;
    /*background: linear-gradient(to right, #240027, #3d001a);
    background-size: 200% 200%;
    animation: gradient 15s ease infinite;*/
    color: rgb(216, 216, 216);
    font-family: 'press_start_2pregular';
    text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.61);
    font-size: 16px;
    font-weight: lighter;

    -webkit-user-select: none; /* Safari */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* IE10+/Edge */
        user-select: none; /* Standard */
        /* Hide scrollbar for Chrome, Safari and Opera */
position: fixed;
}

@keyframes gradient {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }

body::-webkit-scrollbar {
    display: none;
  }


 
  
  @keyframes gradient {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  


@font-face {
    font-family: 'press_start_2pregular';
    src: url('pressstart2p-regular-webfont.woff2') format('woff2'),
        url('pressstart2p-regular-webfont.woff') format('woff');
    font-weight: lighter;
    font-style: normal;

}

h1 {
    font-size: 27px;
}
h2 {
    font-size: 20px;
    line-height: 0;
}


.container {
    display: grid;
    grid-template-columns: 80% 20%;
    grid-template-rows: 12% 77%;
    gap: 0px 0px;
    grid-template-areas:
        "tytul ."
        "tresc .";
        padding: 3%;
}

@media only screen and (max-device-width: 1200px) {
    .container {
        display: grid;
        grid-template-columns: 99% 1%;
        grid-template-rows: 12% 77%;
        gap: 0px 0px;
        grid-template-areas:
            "tytul ."
            "tresc .";
            padding: 3%;
    }
}


.tytul {
    grid-area: tytul;
    padding-bottom: 3%;
}

.tresc {
    grid-area: tresc;
    line-height: 20PX;
}


#date
{
    color: #9b9b9b;
    text-shadow: 0 0 #4fc77300;
    font-size: 13px;
}

a {
    color: #ee64ae;
    text-shadow: 0 0 4px #ee64ae;
    transition: .3s color, .3s text-shadow;
    cursor: pointer;
    text-decoration: none;

}

a:hover {
    color: #e983b9;
    text-shadow: 0 0 1px #dbdbdb;
    text-decoration: none;
}



#link1:after {
    display: none;
    content: " informat2.cdzam.bydgoszcz.pl/old";
    color: #9b9b9b;
    text-decoration: none;
    text-shadow: none;
    transition: .3s color, 1.3s content;

}

#link2:after {
    display: none;
    content: " https://transport.cdzam.bydgoszcz.pl";
    color: #7c6c7b;
    text-decoration: none;
    text-shadow: none;
    transition: .3s color, 1.3s content;

}

#link3:after {
    display: none;
    content: " Odklejki Michala Koziola by Kikolaj Mnapik";
    color: #7c6c7b;
    text-decoration: none;
    text-shadow: none;
    transition: .3s color, 1.3s content;

}
#link4:after {
    display: none;
    content: " Aby otrzymac boze blogoslawienstwo nalezy ustawic sie w kolejce przed godzina 21:37, nalezy pamietac ze nie kazdy zawsze otrzyma blogoskawienstwo.";
    color: #caca2e;
    text-decoration: none;
    text-shadow: none;
    transition: .3s color, 1.3s content;

}

#link5:after {
    display: none;
    content: " https://cdzam.bydgoszcz.pl";
    color: #7c6c7b;
    text-decoration: none;
    text-shadow: none;
    transition: .3s color, 1.3s content;
}

#link6:after {
    display: none;
    content: " https://informatyka.cdzam.bydgoszcz.pl";
    color: #7c6c7b;
    text-decoration: none;
    text-shadow: none;
    transition: .3s color, 1.3s content;
}


#link1:hover:after {
    display: inline;
    position: relative;
    margin-left: 6px;
    color: transparent;
    background-color: #9b9b9b;
    background-clip: text;
    -webkit-background-clip: text;
    text-decoration: none;
    transition: 1.3s color, 1.3s content;
}

#link2:hover:after {
    display: inline;
    position: relative;
    margin-left: 6px;
    color: transparent;
    background-color: #9b9b9b;
    background-clip: text;
    -webkit-background-clip: text;
    text-decoration: none;
    transition: 1.3s color, 1.3s content;
}
#link3:hover:after {
    display: inline;
    position: relative;
    margin-left: 6px;
    color: transparent;
    background-color: #9b9b9b;
    background-clip: text;
    -webkit-background-clip: text;
    text-decoration: none;
    transition: 1.3s color, 1.3s content;
}
#link4:hover:after {
    display: inline;
    position: relative;
    margin-left: 6px;
    color: transparent;
    background-color: #9b9b9b;
    background-clip: text;
    -webkit-background-clip: text;
    text-decoration: none;
    transition: 1.3s color, 1.3s content;
}

#link5:hover:after {
    display: inline;
    position: relative;
    margin-left: 6px;
    color: transparent;
    background-color: #9b9b9b;
    background-clip: text;
    -webkit-background-clip: text;
    text-decoration: none;
    transition: 1.3s color, 1.3s content;
}

#link6:hover:after {
    display: inline;
    position: relative;
    margin-left: 6px;
    color: transparent;
    background-color: #9b9b9b;
    background-clip: text;
    -webkit-background-clip: text;
    text-decoration: none;
    transition: 1.3s color, 1.3s content;
}

.underline {
    text-decoration: underline
}

#altf4
{
    padding-bottom: 1%;
}

#muzyczka
{
    margin: 3%;
}
#szpotifaj
{
    margin-top: 3%;
    width: 40vw;
    height: 67vh;
}
.papaj
{
    color: #dce928;
    text-shadow: 0 0 4px #dce928;
}
.papaj:hover {
    color: #d1cf5d;
    text-shadow: 0 0 1px #dbdbdb;
    text-decoration: none;
}


body, html, #app {
    margin: 0;
    width: 100%;
    height: 100%;
  }
  
  #app {
    overflow: hidden;
    touch-action: pan-up;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    text-shadow: 0 0 5px #ffffff, 0 0 20px #000, 0 0 30px #000;
  }
  
  #app h1 {
    --fontSize: 60px;
    --lineHeight: 80px;
    width: auto;
    height: calc(2 * var(--lineHeight));
    line-height: var(--lineHeight);
    margin: calc(50vh - var(--lineHeight)) auto 0;
    font-size: var(--fontSize);
    text-transform: uppercase;
  }
  
  #app a {
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
  }
  
  #app canvas {
    display: block;
    position: fixed;
    z-index: -1;
    top: 0;
  }
  
  #cdzam69
  {position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
z-index: -1;
object-fit: cover;
}