
/* for firstlfex */

/* ------ INDEX */

body {
    background-image: url('https://ocarinawithlime.neocities.org/other%20pixel/glowingbluestarsbg.gif'); 
    background-size: 500px;
    background-repeat: repeat;
    color: #f0f8ff;
    font-family: "Inconsolata", monospace, Arial;
}

.top {
    display: flex;
    max-width: 550px;
    max-height: 70px;
    margin: 0 auto;
    justify-content: center;
}


.vt323-regular {
  font-family: "VT323", monospace;
  font-weight: 400;
  font-style: normal;
}

h1
    { 
    font-family: "VT323", monospace, Arial;
    font-weight: 400;
}


nav ul,
.sidebar,
.progress-box-2,
.container-page-content {
    /* border: 1px solid rgb(23, 111, 199); */
    box-shadow: inset 0 0 10px 2px rgba(55, 138, 255, 0.714);
    border-radius: 12px;
}


  
nav {
    margin-bottom: 25px;
    justify-content: center;
}

nav li {
    align-content: center;
}

nav ul {
    display: flex;
    justify-content: space-evenly;
    max-width: 550px;
    height: 35px;
    padding: 0;
    list-style: none;
    margin: 0 auto;
    backdrop-filter: blur(2px);
    
}

nav a,
a {
    text-decoration: none;
    color:rgb(77, 171, 238);
}

nav a:hover,
a:hover {
    font-weight: bold;
    color: #fff;
}

/* UNDER NAV START */

main {
    display: flex;
    border-radius: 15px;
    max-width: 1000px;
    margin: 0 auto;
    
    }

.container-parent {
    display: flex;
    justify-content: center;
    gap: 50px;
    width: 1000px;
    margin: 0 auto;
    
    padding-top: 30px;
}

.sidebar,
.progress-box-2 {
    backdrop-filter: blur(3px);
}
  
.sidebar {
    max-width: 175px; 
    max-height: 712px;
    padding: 10px 25px;
    text-align: center;
 
}

.progress-box-1 h4 {
    margin-top: 0;
}

@media (max-width: 768px) {
    .sidebar {
        display: none;
    }
}


.image-avatar-sidebar,
.sidenar-userphoto {
    height: 75px;
    padding-top: 25px;
    filter: drop-shadow(0 0 0 rgba(0, 255, 255, 0));
    transition: filter 0.3s ease;
}

.image-avatar-sidebar:hover,
.sidebar-userphoto:hover {
    filter: drop-shadow(0 0 10px rgba(108, 248, 247))
}

.progress-box-1 {
 padding: 10px;
 max-height: 200px;
 max-width: 175px;
 overflow-y: auto;
 text-align: left;
 margin-bottom: 50px;
 background-color: rgba(9, 49, 169, 0.505);
 border-radius: 12px;
 box-shadow: inset 0 0 10px 5px rgba(22, 60, 230, 0.796)
}
 



.content-youtube {
    border: 4px solid rgba(10, 71, 255, 0.3);
    border-color: rgb(15, 20, 100);
    border-radius: 4px;
    
}

.main-column {
    display: flex;
    flex-direction: column;
    max-width: 900px;
    gap: 20px;
}

.progress-box-2 {
    margin: 0 auto;
    padding: 20px;
    overflow-y: auto;
    max-width: 390px;
    max-height: 150px;
    overflow-y: auto;

}
    .progress-box-2,
    .container-page-content {
    background-color: rgba(14, 35, 68, 0.237);
    backdrop-filter: blur(4px);
    }

.container-page-content {
    margin: 0 auto;   
    padding-right: 10px; 
    padding-left: 10px;
    padding-bottom: 0px;         
    width: 410px;
    height: 500px;      
    display: flex;
    flex-direction: column;
    align-items: center;   
 
}

.container-page-content img {
    margin-top: 30px;
}

.content-youtube iframe {
    padding-bottom: 10px;
    max-width: 500px;
    max-height: 600px;
}

footer {
    display: flex;
    justify-content: center;
    margin:  auto; 
    max-width: 200px;        
 }
    
 /* ------ GRAPHICS */


 .parent-graphic a {
    text-decoration: none;
    color:rgb(45, 206, 243);

}

 .parent-graphic a:hover {
    text-decoration: underline;
    color:rgb(45, 206, 243);
}

.parent-graphic {
    margin: 0 auto;
    max-width: 900px;
    margin-top: 30px;
    background-color: rgba(15, 48, 94, 0.278);
    border: 1px solid rgb(23, 111, 199);
    border-radius: 12px;
    backdrop-filter: blur(2px);
    overflow-y: auto;
    padding: 20px;
}

.graphic.container {
    display: flex;
    justify-content: center;
    max-width: 800px; 
    max-height: 1000px;   
    height: 100vh;
    width: 90vw;
    
    
}

.graphic-container h1,
.graphic-container p,
.graphic-container {
    text-align: center;

}

 .blinkies-parent,
 .stamps-parent {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;  
 }

 .blinkies-parent {
    display: flex;
    max-width: 700px;
    max-height: 460px;
    overflow-y: auto;
    justify-content: center;

   
 }

 .child-blinkie {
    height: 20px;
    width: 150px;
 }

 .blinkies-parent,
 .stamps-parent {
     border: 1px solid white;
     border-radius: 4px;
    padding: 10px;
    margin-top: 20px;
    
 }

 .stamps-parent {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    max-height: 460px;
    max-width: 700px;
    overflow-y: auto; }

 