
.vertical-line {
    border-left: 1.5px solid black;
     margin-left: 30px;
     margin-top: 40px;
    margin-bottom: 15px;
}
.short {
    height: 150px;
}
.tall {
    height: 300px;
}
.shorter {
    height:     80px;
}
#title {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 62px;
    margin-left: 28px;
    margin-top: 2px;
    color:  rgb(62, 62, 62);
}
.categories {
 font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 40px;
    margin-left: 28px;
    margin-top: 2px;
    color:  rgb(62, 62, 62);
}
.explain {
     font-family:monospace;
    font-size: 13px;
    margin-left: 28px;
    margin-top: 20px;
    margin-bottom: 5px;
    color:  rgb(62, 62, 62)
}

.design_title {
 font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 30px;
    margin-left: 28px;
    margin-top: 2px;
    color:  rgb(62, 62, 62);
}
.curved-box{
    height:fit-content;
    width:90%;
     padding: 20px;
    background-color: #515050;
    border-radius: 19px;
    margin-left: 28px;
    place-items: center;
    display:grid;
     
}
.text_in_box{
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    font-size: 16px;
    color: aliceblue;
    text-align: center;
}
#show{
    
    border-radius: 19px;
    height: 300px;
    width: fit-content;
  
}
.project1-button{
    background-color: grey;
    color: aliceblue;
    border  :none;
    padding: 15px 30px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    box-shadow:  0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-top: 10px;
}
.project1-button:hover{
    background-color: #5c5c5c;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
.project2-button{
    background-color: grey;
    color: aliceblue;
    border  :none;
    padding: 15px 30px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    box-shadow:  0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-top: 10px;
    
}
.project2-button:hover{
    background-color: #5c5c5c;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
.project3-button{
    background-color: grey;
    color: aliceblue;
    border  :none;
    padding: 15px 30px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    box-shadow:  0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-top: 10px;
   
}
.project3-button:hover{
    background-color: #5c5c5c;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}


.sidebar{
position: fixed;
left: 0;
margin-top: -50px;
width: 160px;
height: 100%;
background-color: #111;
padding-top: 40px;

}

.logo{

color: white;
  text-align: center;
  margin-bottom: 40px;
  font-family: Arial, Helvetica, sans-serif;
}

.nav-button{
  display: block;
  color: white;
  text-decoration: none;
  padding: 15px;
  margin: 10px;
  background: #333;
  border-radius: 8px;
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.nav-button:hover{
  background: #555;
}
.home{
  margin-left: 200px;
}



/* Gorrila Page CSS*/

.project_pages{
    background-color: black;
}

#g_title {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 62px;
    margin-left: 28px;
    margin-top: 2px;
    color:  rgb(255, 255, 255);
}
.g_vertical-line {
    border-left: 1.5px solid rgb(255, 255, 255);
     margin-left: 30px;
     margin-top: 40px;
    margin-bottom: 15px;
}

.g_explain {
     font-family:monospace;
    font-size: 19px;
    margin-left: 30px;
    margin-top: 20px;
    margin-bottom: 5px;
    color:  rgb(204, 203, 203);
    font-weight: bolder;
}

.project_text{
    color: white;
    text-align: left;
    margin-left: 28px;  
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    max-width: 750px;
    line-height: 1.6;
}
.display{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 30px;
    gap: 30px;
    
   
}
.display img {
    width: 300px;
    border-radius: 25px;
    margin-left: 30px;
    background: #2c2c2c;
    padding: 20px;
}
.project_info{
    text-align:center;
  color:#aaa;
  margin-top:30px;

}