.sidebar {
    height: 100%; 
    width: 0; 
    position: fixed; 
    z-index: 1; 
    top: 0; 
    left: 0;
    background-color: rgb(30, 30, 30); 
    overflow-x: hidden; 
    padding-top: 60px; 
    transition: 0.3s;
}

.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #C1C1C1;
    display: block;
    transition: 0.3s;
    border-top-width: 2px;
    border-color: #C1C1C1;
}

.sidebar a:hover {
    color: #f1f1f1;
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    font-size: 36px;
}

.sidebar hr {
    width: 75%;
    border-color: #C1C1C1;
    background-color: #C1C1C1;
}

.sb-entry a {
    z-index: 10;
    color: #C1C1C1;
    font-size: 20px;
}

.sb-last-entry {
    border-bottom-width: 2px;
}

#openSidebar {
    position: absolute;
    top: 12px;
    font-size: 36px;
    margin-left: 30px;
    color: #C1C1C1;
    z-index: 10;
    text-decoration: none;
}

#openSidebar:hover {
    color: #f1f1f1;
}

.main-content {
    transition: 0.3s;
    overflow: hidden;
}

h1 {
    color: #C1C1C1;
}