.frontend_left > ul,
.frontend_right > ul,
.backend_left > ul,
.backend_right > ul,
.misc_left > ul,
.misc_right > ul{
    padding-left: 0;
    margin-top: 0;
}

.project-divider {
    width: 20dvh;
    border-top: 1px solid #d67214;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

#typewriter-container {
    height: 200px; /* Adjust height as needed */
    overflow: auto;
    /*background-color: #f0f0f0; Background color for visibility */
    padding: 10px;
    line-height:1000px;
    /*border: 1px solid #ddd;  Optional: for visibility */
}

@media (min-width: 150px) {
    h1 {
        font-size: 58px;
    }
}

@media only screen and (max-width: 786px) {
    .home-short {
        padding-top: 4%;
    }
    .title h2 {
        font-size: 12px;
        font-weight: 800;
    }
    p {
        text-align: center;
    }
    .image {
        width:95%;
    }
}

@media only screen and (max-width: 480px) {
    .home-short {
        margin-top: 20%;
    }
    .title h2 {
        font-size: 9.5px;
        font-weight: 800;
    }
    p {
        text-align: center;
    }
    .image {
        width:100%;
    }
}

.blog-sidebar {
    width: 250px;
    background-color: rgba(11, 22, 31, 1);
    height: 100vh;
    position: fixed;
    top: 0;
    left: 20px; /* Increased distance from the left edge */
    z-index: 1000;
    padding-top: 75px; /* Padding to align content below any header */
    box-sizing: border-box;
    transform: translateX(-100%); /* Start hidden */
    transition: transform 0.3s ease;
}

.blog-sidebar.visible {
    transform: translateX(0); /* Slide in */
}

.sidebar-content {
    overflow-y: auto;
    height: calc(100vh - 75px); /* Full height minus padding */
    padding-right: 20px; /* Extra padding for content */
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none;  /* For Internet Explorer and Edge */
}

.sidebar-content::-webkit-scrollbar {
    width: 0;  /* For WebKit browsers like Chrome and Safari */
    background: transparent;  /* Optional: transparent scrollbar */
}

.blog-content-container {
    flex-grow: 1;
    padding-top: 60px;
    margin-left: 0; /* Prevent margin shift */
    transition: margin-left 0.3s ease;
}

.toggle-sidebar-btn {
    position: fixed;
    top: 50px;
    left: 10px;
    z-index: 1001;
    background-color: transparent; /* Keep the background transparent */
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: rgb(77, 77, 77); /* Default icon color */
    padding: 5px;
}

.toggle-sidebar-btn:hover i {
    color: white; /* Change icon color on hover */
}

.blog-sidebar .sidebar-content {
    font-size: 24px; /* Larger font size for "Blog Entries" */
    font-weight: bold; /* Bold font weight */
    color: #ffffff; /* Text color */
}

.blog-sidebar h3, .blog-sidebar h4 {
    margin: 10px 0;
    font-size: 18px; /* Standard font size for both headers */
    color: #e00303; /* Default text color */
}

.blog-sidebar h4 {
    margin-top: 30px; /* Add space above the date */
    color: #ffffff; /* Darker color for date headers */
    font-weight: normal; /* Normal weight for date headers */
}

.blog-sidebar h3 a {
    text-decoration: none;
    color: #d67214; /* Orange color for links */
    font-weight: 600; /* Slightly bolder for links */
    display: block;
    margin-bottom: 15px; /* Increased spacing between items */
}

.blog-sidebar h3 a:hover {
    text-decoration: none; /* Remove underline on hover */
    font-weight: 700; /* Bolder on hover */
}

.image {
    margin-bottom: 2px;
}

.section-divider {
    width: 50%;
    max-width: 800px; /* Set a maximum width */
    margin: 20px auto; /* Center the divider */
}

#container-clock {
  width: 300px;
  height: 300px;
  margin: 60px auto 80px auto;
  position: relative;
  top: 0px;
  left: 0px;
}

.rotatingHands {
  position: absolute;
  width: 340px;
  height: 340px;
/*  top: 0px;
  left: 0px;*/
}

#hours,
#minutes,
#seconds {
  position: absolute;
  display: block;
}

.glass {
  position: absolute;
  width: 340px;
  height: 340px;
  /*top: 0px;
  left: 0px;*/
}
