body {
    background-image: url("images/bg.webp");
    background-attachment: fixed;
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    color: white;
}






.holder {
    background-color: white;
    align-items: center;


    width: 100%;



}

.content {

    align-items: center;


    width: 80%;


}


pd {
    color: rgb(189, 189, 189);
    text-shadow: 3px 3px 5px black;
}

/* Add a black background color to the top navigation */
.topnav {
    padding: 14px 16px;
    overflow: hidden;
    height: 120px;
    padding-right: 10%;
    padding-left: 11%;

}

.bottom {
    height: 30px;
    width: 100%;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(0, 0, 0, 0));
    background-repeat: repeat-x;
}

/* Style the links inside the navigation bar */
.topnav .topbtn {
    margin: 10px;
    border-radius: 10px;
    color: #ffffff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    opacity: 80%;
    float: right;
    margin-top: 70px;

    transition: 0.3s;

}

.topnav .topbtnACTIVE {
    margin: 10px;
    border-radius: 10px;
    color: #ffffff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    opacity: 80%;
    float: right;
    margin-top: 70px;

    background-color: #ffffff;
    color: black;
    opacity: 60%;
    transition: 0.3s;
    transform: scale(1.18);
    box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 255);
    transform: translateY(-3px);
}

.pagelogo1 {

    border-radius: 10px;
    color: #ffffff;
    float: left;
    padding: 4px 7px;




    transition: 0.3s;

}



/* Change the color of links on hover */
.topnav .topbtn:hover {

    background-color: #ffffff;
    color: black;
    opacity: 60%;
    transition: 0.3s;
    transform: scale(1.18);
    box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 255);
    transform: translateY(-3px);

}

.pagelogo1:hover {
    background-color: #ffffff32;
    color: black;

    transition: 0.3s;
    transform: scale(1.03);
    box-shadow: 0 20px 36px 0 rgba(0, 0, 0, 255);

}


fa fa-moon-o {
    font-size: 24px;
    color: white;
}


/*@media (prefers-color-scheme: dark) {*/
.holder {
    background-color: #202020;
}

.content {
    color: white;
}

.bottom {
    height: 40px;
    width: 100%;
    background-image: -moz-linear-gradient(top, rgb(32, 32, 32), rgba(32, 32, 32, 0));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(32, 32, 32, 1)), to(rgba(32, 32, 32, 0)));
    background-image: -webkit-linear-gradient(top, rgba(32, 32, 32, 1), rgba(32, 32, 32, 0));
    background-image: -o-linear-gradient(top, rgba(32, 32, 32, 1), rgba(32, 32, 32, 0));
    background-image: linear-gradient(to bottom, rgba(32, 32, 32, 1), rgba(0, 0, 0, 0));
    background-repeat: repeat-x;
}

.rockstaricon1 {
    color: white;
}

/*}*/




.card {

    /* Add shadows to create the "card" effect */
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.5);
    transition: 0.2s;
    width: 250px;
    height: 400px;
    background-color: rgb(42, 42, 42);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow: hidden;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
    box-shadow: 0px 30px 42px 0 rgba(0, 0, 0, 1);
    background-color: rgb(53, 53, 53);
    transition: 0.2s;
    transform: scale(1.05);

}

/* Add some padding inside the card container */
.card .cocococo {
    padding: 0px 16px;
}


.card .blurred-img {

    width: 250px;
    height: 250px;
    background-size: contain;

    /* you need to match the shadow color to your background or image border for the desired effect*/
    /*box-shadow: 0 0 8px 8px rgba(42, 42, 42, 255) inset;*/
    transition: 0.2s;
    overflow: hidden;

}

.card:hover .blurred-img {

    box-shadow: 0 0 2px 2px rgb(53, 53, 53) inset;
    transition: 0.2s;
    transform: scale(0.97);
    transform-origin: 50% 50%;



}

.goodbtn {
    border-radius: 10px;
    color: #ffffff;
    background-color: white;
    color: black;
    padding: 14px 16px;
    transition: 0.3s;
    text-decoration: none;
    font-family: 'Courier New', Courier, monospace;
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 255);
}

.goodbtn:hover {

    border-radius: 20px;
    background: linear-gradient(124deg, #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3);
    background-size: 100% 100%;
    color: rgb(255, 255, 255);

    transition: 0.3s;
    transform-origin: 50% 50%;
    box-shadow: 7px 7px 10px 0 rgba(0, 0, 0, 255);
    background-repeat: repeat-x;
    background: linear-gradient(to right,
            #e42828,
            #fe8616,
            #ffbf35,
            #76ff45,
            #426bff,
            #e42828);
    animation: rainbow 10s linear infinite;
    background-size: 200% 100% !important;
    text-shadow: 2px 2px 2px black;
    transform: scale(1.2);
    transform: translateY(-3px);
}

.colorbar {
    background-image: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);
    height: 5px;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;

}


@keyframes rainbow {
    0% {
        background-position: 0;
    }

    100% {
        background-position: 800% 0;
    }
}

h1 {
    font-size: 2.5em;
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: white;
}

.betascreen {
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 255);
    transition: 0.3s;
}

.betascreen:hover {
    box-shadow: 20px 20px 30px 0 rgba(0, 0, 0, 255);
    transition: 0.3s;
    transform: scale(1.03);
}

.pagelogoimg {
    width: 400px;
    height: 100px;
}

@media screen and (max-width: 1039px) {
    .topnav {
        height: auto;
        padding: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .topnav .topbtn,
    .topnav .topbtnACTIVE {
        float: none;
        margin-top: 5px;
        width: 80%;
        text-align: center;
    }

    .topnav .topbtnACTIVE {

        border-radius: 10px;
        color: #ffffff;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        opacity: 80%;
        float: right;


        background-color: #ffffff;
        color: black;
        opacity: 60%;
        transition: 0.3s;
        transform: scale(1.18);
        box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 255);
        transform: translateY(-3px);
    }

    .pagelogo1 {
        float: none;
        margin-bottom: 10px;
    }

    .pagelogoimg {
        width: 280px;
        height: 70px;
    }

    .content {
        width: 95%;
    }

    .card {
        width: 90%;
        height: auto;
        margin-bottom: 20px;
    }

    .card .blurred-img {
        width: 100%;
        height: auto;
    }

    h1 {
        font-size: 1.8em;
    }

    .goodbtn {
        border-radius: 5px;
        color: #ffffff;
        background-color: white;
        color: black;
        padding: 4px 6px;
        transition: 0.3s;
        text-decoration: none;
        font-family: 'Courier New', Courier, monospace;
        box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 255);
    }

}