

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('fonts/CormorantGaramond-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

html{
    font-size: clamp(17px, 1.3vw, 48px);
    
}

input,
textarea,
select,
button,
label,
option {
    font-size: inherit;
    font-family: inherit;
}

.logo a{
    text-decoration: none;
    color: white;
}




button:hover{
    cursor: pointer;
}


.error-message{
    text-align: center;
    display: block;
    margin: 0 0 1em 0;
}


#front{
    text-align: center;
}



#front a button{
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    
    padding: 0.3em;
    margin-top: 1.5em;
    border: none;
    border-radius: 3px;
    font-weight: bold;
    transition: 1s ease;
}


#front a button:hover{
    scale: 1.1;
    rotate: 3deg;
    background-color: rgb(92, 92, 92);
    color: white;
}

#front a button:active{
    box-shadow: 0px 0px 8px rgb(238, 255, 0);
    transition: active 0.01s;
    background-color: rgb(238, 255, 0);
    color: rgb(238, 255, 0);
}

#title-box{
    margin-top: 12em;
    background-color: black;
    padding: 0.7em;
}

#title-box #title{
    color: white;
    text-align: center;
    margin-bottom: 0.5em;
}

#front h1{
    color: white;
    text-align: center;
}

#front p{
    
    color: white;
}


#front h3{
    color: rgb(161, 161, 161);
    margin-top: 0.4em;
}



#front img{
    width: 100%;
    border-radius: 10px;
}



#image1-box:hover{
    transform: translateX(7px);
    }


    #image2-box:hover{
        transform: translateY(7px);
    }


    #image3-box:hover{
        transform: translateY(-7px);
        }


        #image4-box:hover{
            transform: translateX(7px);
            }


            #image5-box:hover{
                transform: translateY(-7px);
                }


                #image6-box:hover{
                    transform: translateX(-7px);
                    }


                    #image7-box:hover{
                        transform: translateY(7px);
                        }


#image1-box{
    width: 50vw;
    background-color: rgb(0, 0, 0);
    margin-left: 10vw;
    margin-top: 16em;
    box-shadow: 0px 0px 10px black;
    transition: 0.3s ease;
}






#image2-box{
    width: 50vw;
    background-color: rgb(0, 0, 0);
    margin-left: 30vw;
    margin-top: 10em;
    rotate: 8deg;
    box-shadow: 0px 0px 10px black;
    transition: 0.3s ease;
}



#image3-box{
    width: 50vw;
    background-color: rgb(0, 0, 0);
    margin-left: 19vw;
    margin-top: 10em;
    rotate: -4deg;
    box-shadow: 0px 0px 10px black;
    transition: 0.3s ease;
}



#image4-box{
    width: 50vw;
    background-color: rgb(0, 0, 0);
    margin-left: 12vw;
    margin-top: 10em;
    rotate: 3deg;
    box-shadow: 0px 0px 10px black;
    transition: 0.3s ease;
}





#image5-box{
    width: 50vw;
    background-color: rgb(0, 0, 0);
    margin-left: 27vw;
    margin-top: 10em;
    rotate: -2deg;
    box-shadow: 0px 0px 10px black;
    transition: 0.3s ease;
}



#image6-box{
    width: 50vw;
    background-color: rgb(0, 0, 0);
    margin-left: 27vw;
    margin-top: 10em;
    rotate: 1deg;
    box-shadow: 0px 0px 10px black;
    transition: 0.3s ease;
}




#image7-box{
    width: 50vw;
    background-color: rgb(0, 0, 0);
    margin-left: 27vw;
    margin-top: 10em;
    margin-bottom: 8em;
    rotate: 0deg;
    box-shadow: 0px 0px 10px black;
    transition: 0.3s ease;
}





#signuplink:hover{
    color: rgb(171, 171, 171);
}



#dashbBTN{
    margin-top: 3em;
    padding: 0.3em;
       cursor: pointer;
    background-color: black;
    color: white;
}


#dashbBTN:hover{
    color: black;
    border-color: white;
    background-color: white;
    box-shadow: 0px 0px 10px white;
}



#Dsite{
    text-align: center;
    height: 115em;
}


#Dtitle-box{
    text-align: center;
    margin-top: 11em;
    background-color: black;
    padding: 1em;
    color: white;
}






#readpage-box1{
    background-color: rgb(0, 0, 0);
    padding: 0.8em;
    border-radius: 8px;
    text-align: center;
    margin-top: 9em;
    margin-left: 18vw;
    max-width: 25em;
    word-wrap: break-word;
       color: white;
    box-shadow: 0px 0px 15px black;
    rotate: 3deg;
}


#readpage-box2{
    background-color: rgb(0, 0, 0);
    padding: 0.8em;
    border-radius: 8px;
    text-align: center;
    margin-top: 3em;
    margin-left: 47vw;
    max-width: 25em;
    word-wrap: break-word;
       color: white;
    box-shadow: 0px 0px 15px black;
    rotate: -4deg;
}



#readpage-box3{
    background-color: rgb(0, 0, 0);
    padding: 0.8em;
    border-radius: 8px;
    text-align: center;
    margin-top: 3em;
    margin-left: 27vw;
    max-width: 25em;
    word-wrap: break-word;
       color: white;
    box-shadow: 0px 0px 15px black;
    rotate: 2deg;
}


#readpage-box4{
    background-color: rgb(0, 0, 0);
    padding: 0.8em;
    border-radius: 8px;
    text-align: center;
    margin-top: 3em;
    margin-left: 38vw;
    max-width: 25em;
    word-wrap: break-word;
       color: white;
    box-shadow: 0px 0px 15px black;
    rotate: -5deg;
}



#timeline-div{
    background-color: rgb(0, 0, 0);
    padding: 0.8em;
    border-radius: 8px;
    text-align: center;
    margin-top: 3em;
    margin-left: 17vw;
    max-width: 25em;
    word-wrap: break-word;
       color: white;
    box-shadow: 0px 0px 15px black;
    rotate: 2deg;
}





#posting-div{
    background-color: rgb(255, 255, 255);
    padding: 0.8em;
    border-radius: 8px;
    text-align: center;
    margin-top: 6em;
    margin-left: 28vw;
    max-width: 25em;
    word-wrap: break-word;
       color: black;
    box-shadow: 0px 0px 15px black;
    rotate: 2deg;
    transition: 0.3s ease;
}

#posting-div:hover{
transform: translateX(-5px);
}


#posting-div button{
    padding: 0.3em;
       cursor: pointer;
    background-color: black;
    color: white;
    margin-top: 1em;
}


#posting-div button:hover{
    color: black;
    background-color: rgb(172, 172, 172);
    border-color: rgb(172, 172, 172);
}









#games-div{
    background-color: rgb(255, 251, 207);
    padding: 0.8em;
    border-radius: 8px;
    text-align: center;
    margin-top: 5em;
    margin-left: 39vw;
    max-width: 25em;
    word-wrap: break-word;
       color: black;
    box-shadow: 0px 0px 15px black;
    rotate: -2deg;
    transition: 0.3s ease;
}

#games-div:hover{
transform: translateX(5px);
}







#youtubers-div{
    background-color: rgb(255, 0, 0);
    padding: 0.8em;
    border-radius: 8px;
    text-align: center;
    margin-top: 5em;
    margin-left: 24vw;
    max-width: 25em;
    word-wrap: break-word;
       color: rgb(255, 255, 255);
    box-shadow: 0px 0px 15px black;
    rotate: 3deg;
    transition: 0.3s ease;
}

#youtubers-div:hover{
transform: translateY(5px);
}











#buildgame-div{
    background-color: rgb(255, 243, 116);
    padding: 0.8em;
    border-radius: 8px;
    text-align: center;
    margin-top: 5em;
    margin-left: 34vw;
    max-width: 25em;
       color: black;
    box-shadow: 0px 0px 15px black;
    rotate: -2deg;
    transition: 0.3s ease;
}

#buildgame-div:hover{
transform: translateY(-5px);
}



#offline-section{
    background-color: black;
    max-width: 70vw;
    margin: 10em auto;
    color: white;
    padding: 1em;
    border-top: 0.15em solid white;
    box-shadow: 0px 0px 15px black;
}



#online-section{
    background-color: rgb(255, 255, 255);
    max-width: 70vw;
    margin: 10em auto;
    color: rgb(0, 0, 0);
    padding: 1em;
    border-top: 0.15em solid white;
    box-shadow: 0px 0px 15px black;
}













.form-container {
    background-color: #fff;
    padding: 1em;
    border-radius: 8px;
    max-width: 30em;
    width: 100%;
    margin: 5em auto;
}


.form-container a{
    color: black;
    font-weight: bold;
}

.form-container a:hover{
    color: rgb(101, 101, 101);
}

.form-container a:active{
    color: rgb(156, 156, 156);
}


.form-container h2 {
    margin-bottom: 20px;
       text-align: center;
    color: #333;
}

.form-container label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    color: #555;
}



.form-container input[type="text"],
    input[type="email"],
    input[type="password"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 1.2em;
    border: 0.15em solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    
}

.form-container input[type="file"]
{
    
    display: none;
}



.form-container #addprofile{
    border: 0.15em dotted black;
    
    margin: 2em auto 3em;
    text-align: center;
    padding: 0.4em;
    background-color: black;
    color: white;
    cursor: pointer;
}


.form-container #addprofile:hover{
    background-color: rgb(96, 96, 96);
}



.form-container input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
    border-color: #00b3ff;
    outline: none;
}

.form-container button {
    background-color: #000000;
    color: white;
    padding: 0.7em;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    
    font-weight: bold;
}

.form-container button:hover {
    background-color: #313131;
}

.form-container .error {
    color: red;
    margin-bottom: 15px;
    
    font-weight: bold;
}

.form-container .success {
    color: green;
    margin-bottom: 15px;
    
    font-weight: bold;
}


.form-container .form-container p {
    text-align: center;
    margin-top: 15px;
    color: #666;
}


.form-container p{
       color: black;
    margin-top: 1em;
}




#profile-picture-preview{
    margin: 2em auto 3em;
    width: 12em;
    height: 12em;
    border-radius: 50%;
    object-fit: cover;
    border: 0.2em solid black;
}



@media (max-width: 650px) {

    #profile-picture-preview{
        
        width: 9em;
        height: 9em;

    }
    

}



#aesthetic-site #nextpage button{
    text-decoration: none;
    padding: 0.3em;
    
    margin-top: 5em;
    font-weight: bold;
    border-color: white;
}


#aesthetic-site #nextpage button:hover{
    background-color: rgb(224, 224, 224);
}


#aesthetic-site #nextpage button:active{
    background-color: rgb(178, 178, 178);
}



#aesthetic-site{
color: white;

margin-bottom: 10em;
}


#aesthetic-title{
    background-color: black;
    text-align: center;
    padding: 2em;
    margin-top: 10em;
}


#aesthetic-div{
    background-color: black;
    max-width: 40em;
    padding: 1em;
    margin: 6em auto;
    
    text-align: center;
}





#img-div{
    margin-top: 4em;
}

 

#img2-div{
    margin-top: 4em;
    display: flex;
    justify-content: center;
}

#img2-div img{
    width: 60%;
    margin-bottom: 1em;
}

#img-div img{
    width: 90%;
    margin-bottom: 1em;
}








#posting-form {
    background-color: #ffffff;
    max-width: 30em;
    padding: 1em;
    margin: 7em auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#posting-form h1 {
    
    font-weight: bold;
    color: #333;
    margin-bottom: 2em;
    text-align: center;
}


#posting-form p{
    color: #777;
    font-weight: bold;
    margin-bottom: 2em;
}



#posting-form #title, #description, #type{
    margin: 0.8em 0;
}


#posting-form input[type="text"],
#posting-form select,
#posting-form textarea {
    width: 100%;
    padding: 0.6em;
    
    border-radius: 4px;
    border: 0.15em solid #ddd;
    margin-bottom: 20px;
    transition: border-color 0.2s;
}

#posting-form input[type="text"]:focus,
#posting-form input[type="file"]:focus,
#posting-form select:focus,
#posting-form textarea:focus {
    border-color: #84b400;
    outline: none;
}

#posting-form textarea {
    resize: vertical;
    min-height: 100px;
}

#posting-form button[type="submit"] {
    width: 100%;
    background-color: #000000;
    color: #ffffff;
    
    font-weight: bold;
    padding: 0.7em;
    border: none;
    border-radius: 4px;
    transition: background-color 0.3s;
}

#posting-form button[type="submit"]:hover {
    background-color: #00804f;
}






#chooseimage {
    display: inline-block;
    padding: 0.5em;
    
    font-weight: bold;
    color: #ffffff;
    background-color: #000000;
    border-radius: 5px;
    cursor: pointer;
    margin: 1em auto;
    transition: background-color 0.2s;
    text-align: center;
    width: 100%;
}

#chooseimage:hover {
    background-color: #717171;
}





#image-preview {
    display: flex;
    gap: 0.7em;
    margin-bottom: 0.7em;
    flex-wrap: wrap;
}



#images {
    display: none;
}



#image-preview img {
    width: 11em;
    height: 11em;
    border-radius: 3px;
    object-fit: cover;
    margin: 0 auto 4.5em;
}












#posts-place{
    background-color: rgb(255, 255, 255);
    margin-top: 10em;
    padding: 3em;
    border-top: 0.15em solid #000000;
    box-shadow: 0px 0px 15px black;
}



#posts-title{
    text-align: center;
    color: rgb(0, 0, 0);
}

.post{
    background-color: rgb(238, 238, 238);
    text-align: center;
    box-shadow: 0px 0px 2.5px black;
    width: 100%;              
    margin: 5em auto;
    padding: 2vw;
}





.post #post-profile{
    height: 2.5em;
    width: 2.5em;
    object-fit: cover;
    border-radius: 50%;
    border: 0.15em solid black;
}



.user-info {
    display: flex;
    align-items: center;
    gap: 8px;
}



#noposts{
    text-align: center;
    margin-top: 2.5em;
    
    font-weight: bold;
}


.post h2{

margin-bottom: 1em;
margin-top: 1em;
}


.post h3{
    margin-top: 1.5em;
    margin-bottom: 1em;
}



.post #report-link{
    float: right;
    text-decoration: none;

}



.responsive-container {
    width: 100%;              
    max-width: 600px;         
    margin: 0 auto;           
    padding: 10px;
    box-sizing: border-box;
    background-color: #f2f2f2;
}

/* Responsive image that scales within the container */
.responsive-image {
    width: 100%;              /* Image adjusts to div's width */
    height: auto;             /* Maintains aspect ratio */
    display: block;           /* Removes inline spacing */
    border-radius: 8px;       /* Optional: adds rounded corners */
}

/* Additional responsiveness for smaller screens */
@media (max-width: 768px) {
    .responsive-container {
        padding: 5px;
    }
}






.post button{
    
    padding: 0.2em;
    background-color: rgb(0, 0, 0);
    border-style: ridge;
    color: white;
    border-radius: 4px;
    border-width: 0.2em;
    border-color: white;
}


.post button:hover{
    background-color: rgb(158, 158, 158);
    border-color: rgb(154, 154, 154);
}


.post button:active{
    background-color: rgb(255, 235, 145);
    color: black;
    box-shadow: 0px 0px 4px rgb(255, 235, 145);
    border-color: rgb(255, 235, 145);;
}









.comment{
    margin-top: 2em;
    background-color: white;
    border: 0.15rem solid black;
    border-radius: 4px;
}


.comment #comment-username{
    
    font-weight: bold;
}


.comment #comment-text{
padding-top: 0.5em;
}


.comment p{
    margin-top: 1.5em;
}






.comment h4{
margin-top: 1em;
}


.reply-button{
    margin-top: 2em;
    margin-bottom: 0.3em;
}


.no-comments{
    margin-top: 1.5em;
    font-weight: bold;
}



.post textarea::placeholder{
    padding: 0.5em;
}

.post textarea{
    border-width: 0.15em;
    border-color: black;
    margin-top: 2em;
    border-radius: 4px;
}




.image-container {
    position: relative;
    width: 50vw;
    height: 40vw;
    overflow: hidden;
    margin: 0 auto;
}


.image-container:hover{
    opacity: 0.85;
}




.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.5s ease-in-out;
}

.hidden-image {
    opacity: 0;
    pointer-events: none;
}

.active-image {
    opacity: 1;
}





#image-preview {
    margin: 0 auto;
    margin-top: 2em;
    text-align: center;
    justify-content: center;
  
}


#image-preview img {
    max-width: 30vw;
    margin-top: 1em;
}





#gamesite{
    margin-top: 7em;
    background-color: black;
    text-align: center;
    padding: 2em;
    border-top: white 2px solid;
    border-bottom: white 2px solid;
    box-shadow: 0px 0px 15px black;
}

#gamesite h1{
    color: white;
    margin-bottom: 0.5em;
}

#gamesite h2{
    color: white;
    margin-bottom: 2em;
}

#game-div {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(40vw, 1fr));
    gap: 20px; /* Space between items */
    padding: 20px;
    font-weight: 900;
}

#game-div2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(40vw, 1fr));
    gap: 20px; /* Space between items */
    padding: 20px;
    font-weight: 900;
}

#game-div #one-game:first-child{
background-color: rgb(187, 255, 0);
}

#game-div #one-game:nth-child(2){
    background-color: rgb(16, 215, 116);

    }

/* Styling for each game item */
#one-game {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 1em;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease; /* Hover effect */
    
}

#one-game:hover {
    transform: translateY(-3px); /* Slight lift on hover */
}

#one-game img {
    max-width: 100%;
    height: auto;
    border-radius: 3px;
    margin-bottom: 10px;
}

#one-game h2 {
       color: #333;
    margin: 10px 0;
}

#one-game a {
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    margin-top: 0.3em;
    background-color: rgb(0, 0, 0);
    padding: 0.2em;
}


#one-game a:hover{
    background-color: #4c4c4c;
}








#accountsite{
    margin-top: 8em;
}



#accountsite #my-posts{
background-color: white;
padding: 2em;
display: none;
}

#accountsite #my-posts.active{
    background-color: white;
    padding: 2em;
    display: block;
    }


#accountsite #my-posts h1{
    text-align: center;
}



#accountsite #my-posts .post{
    max-width: 25em;
    margin: 2em auto;
}






#accountsite #my-posts .post h2{
    margin: 0 auto 0;
}

#accountsite #my-posts .post h3{
    margin: 0 auto;
}

#accountsite #my-posts .post #show-comment{
    margin: 1em auto;
}


#accountsite #my-posts .post .image-container{
    position: relative;
    width: 30vw;
    height: 24vw;
    overflow: hidden;
    margin: 0 auto;
}


.image-container:hover{
    opacity: 0.85;
}



#accountsite #my-posts .post .image-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.5s ease-in-out;
    margin: 1em auto 1em;
}


#accountsite #TogglePosts{
    padding: 0.4em;
    
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border-color: white;
    font-weight: bold;
}


#accountsite #TogglePosts-div:hover{
    transform: translateX(-3px);
}


#accountsite #TogglePosts-div{
    margin: 0 auto 2.5em;
    background-color: rgb(0, 0, 0);
    padding: 1.5em;
    max-width: 10em;
    text-align: center;
    border-radius: 3px;
    border: white solid 0.2em;
    transition: transform 0.4s ease; /* Hover effect */
    box-shadow: 0px 0px 10px rgba(1,1,1,0.8);
}

#accountsite #my-posts #search-form{
    margin: 2em auto 0;
}


#accountsite #my-posts #search-form input{
    padding: 0em;
}
    

#accountsite #my-posts #search-form h2{
margin: 0 auto 1em;
}


#accountsite #upp-form #update-message{
    margin: 1.5em auto;
    
    font-weight: bold;
}









#show-comment{
    margin-top: 2em;
}


.next-button{
    margin-bottom: 2em;
    margin-top: 1em;
}

.upvote-button{
    margin-top: 3em;
}





#pwdreset-div{
    margin: 10em auto;
    background-color: white;
    max-width: 25em;
    padding: 1.5em;
    rotate: 2deg;
    word-break: break-all;
    border-radius: 4px;
    transition: transform 0.4s ease;
    box-shadow: 0px 0px 10px rgba(1,1,1,0.8);
}


#pwdreset-div input{
border-width: 0.15em;
}

#pwdreset-div:hover{

        transform: translateX(3px);

}


#pwdreset-div h2{
    margin-bottom: 2em;
    text-align: center;
}



#pwdreset-div button{
    
    padding: 0.3vw;
    background-color: black;
    color: white;
}

#pwdreset-div button:hover{
    background-color: rgb(116, 116, 116)
}


#pwdreset-div #message{
margin-bottom: 1em;
}


#pwdreset-div input:focus, textarea:focus{
border-color: lawngreen;
outline: none;
}










#forgot-form{
    background-color: #ffffff;
    padding: 1em;
    border-radius: 6px;
    max-width: 20em;
    width: 100%;
    margin: 9em auto;
    color: rgb(0, 0, 0);
    border: 1.5px solid rgb(0, 0, 0);
    box-shadow: 0px 0px 15px black;
}


#forgot-form h1{
    text-align: center;
}



#forgot-form button[type="submit"]{
    padding: 0.3em;
       background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    border-width: 1.5px;
    border-radius: 4px;
}

#forgot-form button[type="submit"]:hover{
   background-color: rgb(88, 88, 88);
}



#forgot-form textarea{
    margin-top: 1.5em;
}




#forgot-form input{
    margin-top: 0.5em;
}


#forgot-form h3{
    margin-bottom: 1.5em;
}




#forgot-form p{
    margin-top: 1em;
    font-weight: bold;
}








#reset-forgotten-form{
    background-color: #ffffff;
    padding: 1em;
    border-radius: 6px;
    max-width: 400px;
    width: 100%;
    margin: 9em auto;
    color: rgb(0, 0, 0);
    border: 1.5px solid rgb(0, 0, 0);
    box-shadow: 0px 0px 15px black;
}


#reset-forgotten-form h2{
    text-align: center;
    margin-bottom: 0.7em;
}




#reset-forgotten-form button[type="submit"]{
    padding: 0.3em;
       background-color: white;
    color: black;
    border-width: 1.5px;
    border-radius: 3px;
}

#reset-forgotten-form button[type="submit"]:hover{
   background-color: rgb(237, 237, 237);
}



#reset-forgotten-form textarea{
    margin-top: 1.5em;
}




#reset-forgotten-form input{
    margin-top: 0.5em;
}


#reset-forgotten-form h3{
    margin-bottom: 1.5em;
}













#build-site{
    color: white;
    margin-top: 7em;
}

#build-site #box1{
padding: 1em;
background-color: black;
margin: auto;
max-width: 80vw;
text-align: center;
}

#build-site #box1 h1{
    margin-top: 2.3em;
}


#build-site #box1 p{
    margin-top: 1em;
    
}


#build-site #box1 a{
    margin-top: 3em;
    
    color: white;
}


#build-site #box1 div{
    width: 52vw;
    height: 32vw;
    background-color: white;
    justify-content: center;
    text-align: center;
    margin: 7em auto;
    position: relative;
}


#build-site #box1 img{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Move to center */
    max-width: 90%;
    max-height: 90%;
}


#build-site #box1 div label{
    color: white;
    position: relative;
    background-color: black;
    
}





.report-form {
    background-color: #fff;
    padding: 0.8em;
    border-radius: 8px;
    max-width: 30em;
    width: 100%;
    margin: 3em auto;
    border: 0.15em solid black;
    
}

.report-form textarea{
    width: 100%;
    
    border-width: 0.1em;
    border-radius: 4px;
    padding: 0.5em;
}


.report-form select{
    padding: 0.3em;
    width: 100%;
    
    border-width: 0.1em;
    border-radius: 4px;
}


.report-form input{
    border-width: 0.1em;
    border-radius: 4px;
}






.report-form h2 {
    margin-bottom: 20px;
       text-align: center;
    color: #333;
}

.report-form label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    color: #555;
    margin: 1em auto;
}



.report-form input:focus
{
    border-color: #8000ff;
   
}


.report-form #description:focus
{
    border-color: #8000ff;
    outline: none;
   
}

.report-form select:focus
{
    border-color: #8000ff;
   
}

.report-form button {
    background-color: #000000;
    color: white;
    padding: 0.5em;
    border-radius: 4px;
    cursor: pointer;
    
}

.report-form button:hover {
    background-color: #313131;
}


.report-form p{
margin-bottom: 1em;

color: rgb(0, 158, 0);
font-weight: bold;
}



.report-form #b{
   text-decoration: none;
   background-color: rgb(255, 0, 0);
   color: rgb(255, 255, 255);
   padding: 0.3em;
   
   margin-top: 1em;

}

.report-form #b:hover{
    background-color: rgb(190, 0, 0);
}







#upp-form{
    background-color: #fff;
    padding: 1em;
    border-radius: 4px;
    max-width: 30em;
    width: 100%;
    margin: 3em auto;
    text-align: center;
    rotate: -2deg;
    transition: transform 0.4s ease; /* Hover effect */
    box-shadow: 0px 0px 10px rgba(1,1,1,0.8);
}

#upp-form h2{
    margin-bottom: 2em;
}




#upp-form:hover{

        transform: translateY(3px);

}



#upp-form button[type="submit"]{
    margin-top: 2em;
    background-color: black;
    color: white;
    
    padding: 0.3rem;
    border-radius: 3px;
    width: 100%;
    font-weight: bold;
}


#upp-form button[type="submit"]:hover{
   background-color: rgb(80, 80, 80);
}

#ppp{
    width: 13em;
    height: 13em;
    border-radius: 50%;
    margin: 2.7em auto 0;
    object-fit: cover;
    border: 0.2em solid black;
}


@media (max-width: 650px) {

    #ppp{
        
        width: 9em;
        height: 9em;

    }
    

}



#putpicture{
    width: 100%;
    background-color: black;
    color: white;
    font: 1.1rem;
    padding: 0.4em;
    border-radius: 4px;
}


#putpicture:hover{
    background-color: rgb(80,80,80);
}



#new_profile_picture{
    display: none;
}




















#youtubesite{
    margin-top: 7em;
    background-color: rgb(255, 255, 255);
    text-align: center;
    padding: 2em;
    box-shadow: 0px 0px 15px black;
}

#youtubesite h1{
    color: rgb(0, 0, 0);
    margin-bottom: 2em;
}

#one-youtube h2 {
    
    color: #333;
    margin-bottom: 0.5em;
}

#one-youtube h3 {
    
    color: #333;
    margin-bottom: 0.7em;
}



#youtube-div {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(25vw, 1fr));
    gap: 20px; /* Space between items */
    padding: 20px;
    font-weight: bold;
}



/* Styling for each game item */
#one-youtube {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0.7em;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease; /* Hover effect */
    
}

#one-youtube:hover {
    transform: translateY(3px); /* Slight lift on hover */
}

#one-youtube img {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
    margin: 1em 0 1em 0;
    border: 0.2em solid black;
}


#one-youtube a {
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    margin-top: 0.3em;
    background-color: rgb(255, 0, 0);
    padding: 0.4em;
    border-radius: 4px;
}


#one-youtube a:hover{
    background-color: #700000;
}








#timelineSite {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    max-width: 80%;
    margin: auto;
    margin-top: 6em;
    background-color: rgb(255, 255, 255);
    padding: 1em;
  }
  
  .timeline-container {
    display: flex;
    transition: transform 0.5s ease;
   
  }
  
  .timeline-box {
    min-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
  }
  
  .timeline-box img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  
  #dotContainer {
    display: flex;
    justify-content: center;
    margin-top: 15px;
  }
  
  .dot {
    height: 10px;
    width: 10px;
    margin: 5px;
    background-color: #bbb;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  .dot.active {
    background-color: #333;
  }
  

  #timelineSite p{
    max-width: 70vw;
    color: black;
    font-weight: bold;
  }




  #nextBtn, #prevBtn{
    background-color: black;
    color: white;
    padding: 0.4em;
    margin-top: 0.5em;
  }






  #contact-site{
    margin: 3em auto 3em;
  }


  #contact-form{
    max-width: 40em;
    margin: 0 auto;
    background-color: white;
    border-radius: 5px;
    padding: 1.5em;
  }


  #contact-form input:focus, textarea:focus{
    border-color: rgb(89, 178, 0);
    outline: none;
    }


  #contact-form h1{
    text-align: center;
    margin-bottom: 1.5em;
  }



  #contact-form input, textarea{
    width: 100%;
    border: 0.15em solid #ddd;
    padding: 0.4em;
    
    margin-top: 0.5em;
  }

  #contact-form button[type="submit"]{
    width: 100%;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    border: none;
    border-radius: 4px;
    padding: 0.4em;
    margin-top: 1em;
  }


  #contact-form button[type="submit"]:hover{
    background-color: rgb(62, 62, 62);
  }


  #contact-form #success{
    margin-top: 1em;
    
    font-weight: bold;
    text-align: center;
    color: rgb(0, 145, 0);
  }

  

  #search-form h2{
    margin-bottom: 2em;
    
    text-align: center;
  }

  #search-form input{
    width: 100%;
    padding: 0.5em;
    
    margin: 0.3em 0 0.3em;
  }


  #search-form button{
    margin-top: 1em;
    padding: 0.4em;
    
    width: 100%;
  }


  #search-form{
    border: black solid 1px;
    max-width: 18em;
    padding: 1.5em;
    border-radius: 5px;
    margin: 1.5em 0;
    
  }








  #updates-site{
    margin: 5em auto;
  }


  #updates-log h2{
    text-align: center;
    margin-bottom: 1em;
  }

  #updates-log{
    margin: 0 auto;
    background-color: rgb(124, 124, 124);
    color: rgb(255, 255, 255);
    font-weight: bold;
    max-width: 50em;
    padding: 1.2em;
    border-radius: 4px;
  }


  #updates-log p{
    margin-bottom: 2em;
  }





  #privacy-site{
    margin: 5em auto;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 1.5em;
    width: 90%;

  }


  #privacy-site h1{
    text-align: center;
  }


  #privacy-site .section-1 p{
    display: block;
    margin: 1.5em 0 0;
  }



main{
    margin: 2em 0 2em;
}


main section{
    background-color: black;
    color: white;
    margin: 3em 0 3em;
    padding: 1.5em;
}

main .upper{
    text-align: center;
}

main .upper a{
    color: yellow;
}

main .upper a:hover{
    color: rgb(255, 255, 213);
}

main .upper p{
    margin: 0.5em 0 0;
}

main .upper h4{
    margin: 1.5em 0 0;
}





main .bottom h2{
    text-align: center;
}


/* General Styles for Product Grid */
.product-grid {
    display: grid;
    gap: 20px;
    margin: 1rem 0;
    grid-template-columns: repeat(3, 1fr);
}


.product {
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
}

.product img {
    max-width: 100%;
    height: auto;
}


.product h2 {
margin: 1em 0 0.5em;
}


.product a{
color: white;
text-decoration: none;
background-color: rgb(54, 172, 0);
padding: 0.5em;
margin: 0.5em 0 0.5em;
display: block;
transition: background 0.3s;
}

.product a:hover{
    background-color: rgb(43, 136, 0);
}

@media (max-width: 1400px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 800px) {
    .product-grid {
        grid-template-columns: 1fr;
    }
}

