body
{
    background-color: #000000;
    color: #000;
    font-family: "Josefin Sans", sans-serif;
    margin: 0 !important;
}
select
{
    display: flex;
    padding: 10px;
    font-size: 15px;
    color: #000;
    background-color: #08dd00;
}
select:hover
{
    color: #000;
    background-color: #09ff00;
}
#container
{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;

    box-shadow: 1px 1px 45px 10px #08dd00;
}
.rectangle
{
    width: 100%;
    text-align: center;
    color: #fff;
    flex-basis: 100%;
}
.square
{
    width: 50%;
    display: flex;
}
#logo
{
    width: 40%;
    font-size: 70px;
    font-family: "Josefin Sans", sans-serif;
    text-align: justify;
}

#zegar
{
    width: 30%;
    font-size: 70px;
    color: #fff;
    font-family: "Josefin Sans", sans-serif;
    text-align: center;
    border: 1px solid #fff;
}
.tile1
{
    margin: 10px;
    flex-basis: 50%;
    height: 142px;
    color: #000;
    background-color: #09ff00;
    text-align: center;
    transition: all .2s ease-in-out;
    border-radius: 25px;
    display: flex;
}
.tile1:hover
{
    background-color: #08dd00;
    transform: scale(0.9);
}
.tile2
{
    margin: 10px;
    flex-basis: 50%;
    height: 142px;
    color: #000;
    background-color: #09ff00;
    text-align: center;
    transition: all .2s ease-in-out;
    border-radius: 25px;
    display: flex;
}
.tile2:hover
{
    background-color: #08dd00;
    transform: scale(0.9);
}
.tile3
{
    margin: 10px;
    flex-basis: 50%;
    height: 142px;
    color: #000;
    background-color: #09ff00;
    text-align: center;
    transition: all .2s ease-in-out;
    border-radius: 25px;
}
.tile3:hover
{
    background-color: #08dd00;
    transform: scale(0.9);
}
.tile4
{
    margin: 10px;
    flex-basis: 100%;
    height: 82px;
    color: #000;
    text-shadow: #000 1px 3px 5px;
    background-color: #09ff00;
    text-align: center;
    font-size: 26px;
    padding: 30px;
    line-height: 150%;
    border-radius: 25px;
}
.tile4:hover
{
    background-color: #08dd00;
}
.tile5
{
    margin: 10px;
    flex-basis: 100%;
    height: 244px;
    text-shadow: #333 1px 1px 1px;
    background-color: #09ff00;
    text-align: justify;
    font-size: 23px;
    padding: 30px;
    border-radius: 25px;
}
.tile5:hover
{
    background-color: #08dd00;
}
.tile9
{
    margin: 10px;
    width: 836px;
    height: 488px;
    text-shadow: #333 1px 1px 1px;
    background-color: #09ff00;
    text-align: justify;
    font-size: 23px;
    padding: 30px;
    border-radius: 25px;
}
.tile9:hover
{
    background-color: #08ee00;
}
.yt
{
    margin: 10px;
    flex-basis: 25%;
    height: 142px;
    display: flex;
    background-color: #d94348;
    transition: all .2s ease-in-out;
    border-radius: 50px;
}
.yt:hover
{
    background-color: #c83237;
    transform: scale(0.9);
}
.fb
{
    margin: 10px;
    flex-basis: 25%;
    height: 142px;
    display: flex;
    background-color: #0866FF;
    transition: all .2s ease-in-out;
    border-radius: 50px;
}
.fb:hover
{
    background-color: #0755EE;
    transform: scale(0.9);
}
.twitch
{
    margin: 10px;
    flex-basis: 25%;
    height: 142px;
    display: flex;
    background-color: #6441a5;
    transition: all .2s ease-in-out;
    border-radius: 50px;
}
.twitch:hover
{
    background-color: #5330a1;
    transform: scale(0.9);
}
.dc
{
    margin: 10px;
    flex-basis: 25%;
    height: 142px;
    display: flex;
    background-color: #5865F2;
    transition: all .2s ease-in-out;
    border-radius: 50px;
}
.dc:hover
{
    background-color: #4754e1;
    transform: scale(0.9);
}
#klik1
{
    float: left;
    background-color: #666;
    margin: 5px;
    text-align: center;
    width: 15px;
    height: 16px;
    padding: 1px;
    border-radius: 5px;
}
#klik2
{
    float: left;
    background-color: #666;
    margin: 5px;
    text-align: center;
    width: 15px;
    height: 16px;
    padding: 1px;
    border-radius: 5px;
}
#klik3
{
    float: left;
    background-color: #666;
    margin: 5px;
    text-align: center;
    width: 15px;
    height: 16px;
    padding: 1px;
    border-radius: 5px;
}
#klik4
{
    float: left;
    background-color: #666;
    margin: 5px;
    text-align: center;
    width: 15px;
    height: 16px;
    padding: 1px;
    border-radius: 5px;
}
#klik5
{
    float: left;
    background-color: #666;
    margin: 5px;
    text-align: center;
    width: 15px;
    height: 16px;
    padding: 1px;
    border-radius: 5px;
}
#slider
{
    width: 1000px;
    min-height: 300px;
    text-align: center;
    transition: all .3s ease-in-out;

}
#slider:hover
{
    transform: scale(0.85);
    box-shadow: 1px 1px 45px 10px #555;
}
a.tilelink
{
    text-decoration: none;
    color: #000;
    display: block;
    width: 230px;
    height: 142px;
}
a.tilelink2
{
    text-decoration: none;
    color: #000;
    display: block;
    width: 420px;
    height: 82px;
}
a.sociallink
{
    text-decoration: none;
    color: #fff;
    display: block;
    width: 105px;
    height: 142px;
}
.logolink
{
    text-decoration: none;
    color: #fff;
}


.scroll-container {
    height: 250px;

    overflow-y: scroll;
}

.scroll-container::-webkit-scrollbar {
    width: 10px;
}

.scroll-container::-webkit-scrollbar-track {
    margin-left: 5px;
    background: #666;
}

.scroll-container::-webkit-scrollbar-thumb {
    background: #888;
}

.scroll-container::-webkit-scrollbar-thumb:hover {
    background: #444;
}

.scroll-container::-webkit-scrollbar-button {
    display: none;
}
.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.popup-content {
    text-align: center;
}

#close-popup {
    background-color: #ff0000;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}
#button
{
    padding: 10px;
    background-color: #666;
    min-width: 150px;
    min-height: 75px;
}