/*Pasek*/
.container{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-auto-flow: column;
    grid-gap: 0px;
    padding: 5px;
    max-width: 700px;
    margin: 0 auto;
}
.content{
    background-color: rgb(255, 255, 230);
    padding-left: 0px;
    padding-right: 11px;
    width: 100%;
    height: 100%;
    text-align: center;
    transition-duration: 1s;
    overflow: hidden;
}

.dropdown-content1 {
    display: none;
    position: absolute;
    background-color: rgb(255, 255, 250);
    min-width: 170px;
    box-shadow: 0px 8px 16px 0px rgba(255,255,230,0.2);
    z-index: 1;
    opacity: 0;
}
.content:hover .dropdown-content1 {
    display: block;
    opacity: 1;
}
.dropdown-content1 a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.dropdown-content1 a:hover {
    background-color: #ddd;
}

@media (min-width: 768px) {
    .container {
    grid-template-columns: repeat(3, 1fr);
grid-template-rows: auto;
    }
}
@media (max-width: 767px) {
    .header, .footer, .content {
    padding: 5px; /* Redukcja wcięć dla mniejszych ekranów */
    }
}
/*Main*/
body{
    font-family: Arial;
    background-image: url(../Zdjecia/furinabg.jpg);
    background-position-y: -120px;
    background-attachment: fixed;
    background-size: 100%;
}
#banner{
    width: 100%;
    height: 100%;
    text-align: center;
    border: 1px black solid;
    float: left;
    padding: 7px;
    margin-left: -8px;
}
#bannerv2left{
    width: 50%;
    float: left;
}
#bannerv2right{
    width: 50%;
    float: right;
}
#panel{
    width: 60%;
    height: 100%;
    background-color: rgb(255, 255, 230);
    border: 1px black;
    margin-top: 10px;
    margin-left: 200px;
    padding-right: 20px;
    text-align: center;
    float: left;
}
#home,#minecraft,#gamedeveloper,#ygopol{
    width: 25%;
    height: 100%;
    text-align: center;
    float: left;
}
#main{
    background-color: rgba(255, 255, 255, 0.3);
    color: white;
    width: 70%;
    height: 100%;
    margin-top: 10px;
    margin-left: 10px;
    clear: both;
    float: left;
    border: 1px black;
    color: black;
    /*color: rgb(230, 230, 230);*/
}
#witanie,#szczegoly,#odliczanie1,#zegnanie,#informacje{
    text-align: center;
}
#szczegoly1{
    text-align: left;
    margin-left: -40%;
}
#informacje{
    margin-top: -12px;
}
#odliczanie2{
    text-align: center;
    font-size: 150% ;
    margin: auto;
    background-color: rgb(205, 255, 205); opacity: 0.9;
    border: 1px red solid;
    padding: 5px;
    color: black;
}
td{
    border: 1px red solid;
}
#linksklep{
    text-align: center;
}
#game1{
    float: left;
    margin-left: 100px;
}
#game2{
    float: left;
    margin-left: 100px;
}
#game3{
    float: left;
    margin-left: 100px;
}
#game4{
    float: left;
    margin-left: 100px;
    margin-top: 10px;
}
#gamelink1{
    float: left;
    padding-left: 50px;
    margin-top: 5px;
}
#gamelink2{
    float: left;
    padding-left: 50px;
    margin-top: 35px;
}
#statusmc{
    width: 28%;
    height: 200%;
    margin-top: 10px;
    float: left;
    border: 1px black solid;
    background-color: rgb(100, 150, 100); opacity: 0.9;
    text-align: center;
}
#statusname{
    text-align: center;
}
@font-face{
    font-family: Audiowide;
    src: url(../Font/Audiowide-Regular.ttf);
}
#stopka{
    width: 100%;
    height: 100%;
    float: left;
    margin-top: 40px;
    margin-left: -8px;
    padding: 8px;
    text-align: center;
    font-family: Audiowide;
    background-color: rgb(100, 150, 200);
}
#stopka1{
    float: left;
    text-align: right;
    width: 60%;
    margin-top: -10px;
}
#stopka2{
    float: left;
    text-align: right;
    width: 10%;
    font-family: Arial;
}
a{
    color: black;
    text-decoration: none;
}
#linkyt{
    float: left;
    padding-left: 30px;
}