.container {
    text-align: left;
    min-height: 400vh;
    min-width: 97.5vw;
    display: flex;
    flex-direction: column;
    
}

#header1 {
    display: block;
    justify-content: space-between;
    align-items: center;
    min-height: 100vh;
    min-width: 98vw;
    color: #fff; /* Change the text color in the header */
}

body {
    background: rgba(5, 17, 20);
}

::placeholder {
    font-size: calc(0.1rem + 0.8vw);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

button {
    color: beige;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: calc(0.5rem + 0.5vw);
    padding: 0.4vw;
    background-color: rgb(20, 56, 41);
}

.top-bar {
    align-items: center;
    position: absolute;
    text-align: center;
    border: none;    
    width: 36vw;
    margin-top: 3vh;
    height: calc(1em + 2vh);
    margin-left: 35vw;
    background: url("bg.png");
}

h1 {
    text-align: center;
    font-size: calc(0.4rem + 1vw);
    color: goldenrod;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: rgb(0, 0, 0, 0.6);
    border-radius: 5%;
}

h2 {
    position: relative;
    font-size: calc(0.1rem + 0.9vw);
    color: lightgray;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: justify;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 4%;
    padding: 0.3vw;
}

h3 {
    position: absolute;
    text-align: center;
    color: rgb(149, 214, 240);
    font-size: calc(0.4rem + 1vw);
    font-family: fantasy;
    width: 30vw;
    font-weight: 300;
    font-feature-settings: "afrc";
}

#hd3 {
    position: relative;
    font-weight: bolder;
    top: 620px;
    text-align: center;
    color: green;
    font-size: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

h4 {
    position: absolute;
    font-size: calc(0.1rem + 0.9vw);
    color: lightgray;
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

h5 {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 15px;
    color: darkslategray;
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

h6 {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 15px;
    color: darkslategrey;
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.welcome {
    color: lightgreen;
    background: rgba(0, 0, 0, 0.8);
    font-family: 'Courier New', Courier, monospace;
    font-size: calc(0.1rem + 0.8vw);
    font-style: italic;
    border-radius: 2%;
    border-style: outset;
}

@media (max-width: 600px) {
    .header-logo {
        margin-top: -10vh; /* Adjust for smaller screens */
    }
}

img {
    border-radius: 4%;
    border-style: none;
}

.githubdetails {
    position: absolute;
    font-size: calc(0.1rem + 1vw);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: deepskyblue;
    padding: 0.2vw;
    border-radius: 10%;
}

.links {
    color: lightblue;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: calc(0.1rem + 0.9vw);
}

.rightcontent {
    position: absolute;
    font-size: calc(0.1rem + 1vw);
    color: rgba(0, 0, 0, 1);
    font-weight: 300;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url("base3.jpg");
    background-color: rgb(132, 253, 213, 0.5);
    border-radius: 7%;
    border-style: double;
    border-width: thick;
    width: 28vw;
    text-align: center;
    left: 70vw;
    height: 70vh;
}

.consultation {
    position: absolute;
    color: lightgray;
    background: rgb(0, 0, 0, 0.2);
    border-radius: 5%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: calc(0.1rem + 1vw);
    padding: 0.5vw;
    font-weight: 500;
}

.team-kevin, .team-mugo {
    color: lightcyan;
    position: absolute;
    font-size: calc(0.1rem + 1vw);
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
    width: 25vw;
}

.developerpage {
    position: absolute;
    font-size: calc(0.1rem + 1vw);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    width: 96vw;
    height: 210vh;
    border-radius: 5%;
    border-style: outset;
    border-right-style: none;
}

.matzacbd-details {
    position: absolute;
    font-size: calc(0.2rem + 1vw);
    color: rgb(255, 255, 255);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.juja-app-details {
    position: absolute;
    font-size: calc(0.2rem + 1vw);
    color: rgb(158, 158, 158);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    height: 15vh;
}

.issues-complaints {
    width: 35vw;
    height: 5vh;
    font-size: calc(0.1rem + 0.8vw);
    font-weight: bold;
    background-color: linen;
}

.formal-complaint {
    position: absolute;
    font-size: calc(0.3rem + 1vw);
    color: rgb(255, 217, 0);
    border-radius: 4%;
    border-style: groove;
    background: #555;
}

.collapse-button {
    position: fixed;
    background-color: #555;
    color:greenyellow;
    font-style: italic;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    bottom: 3px;
    right: 5px;
    width: 14rem;
    height: 2.5rem;
    font-size: 15px;
}

.collapse-button:hover {
    background-color: #777;
}

.matzacbdbtn, .matzacbdbtn2 {
    display: block; 
    position: absolute; 
    font-weight: bold;
    width: 8vw;
    height: 4vh;
    font-size: calc(0.1rem + 0.8vw);
    color: rgb(221, 228, 213);
    background-color: rgba(7, 31, 12, 1);
    border-radius: 20%;
}

#morehelp {
    position: absolute;
    font-size: 30px;
    color: cadetblue;
    left: 20%;
    top: -40px;
}

.menu-button {
    font-size: calc(1rem + 1vw);
    left: 3vw;
    position: absolute;
    top: 0.5vh;
    background: transparent;
    width: 2vw;
    height: 4vh;
}

.nav-menu {
    display: none;
    position: absolute;
    top: 0vh;
    margin-left: -1vw;
    width: 15vw;
    height: 95vh;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1;
    border-radius: 3%;
    border-style: hidden;
    color: #9db62e;
    text-align: center;
}

.nav-menu a {
    display: block;
    color: rgb(34, 140, 189);
    padding: 10px;
    font-size: calc(0.1rem + 1vw);
    text-align: left;
    font-weight: bolder;
}

.nav-menu.visible {
    display: block;
}

.x-btn {
    position: absolute;
    top: 0;
    right: 1vw;
    font-size: calc(1rem + 1.5vw);
    cursor: pointer;
    font-weight: bolder;
}

.expert-btn, .tech-btn, .games-btn, .dropbtn {
    position: absolute;
    background-color: rgb(247, 254, 255);
    color: rgb(2, 7, 28);
    width: 12vw;
    font-size: calc(0.1rem + 0.8vw);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    height: 3em;
}

.menu {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: calc(0.1rem + 0.8vw);
    
}

.section2 {
    border-radius: 10%;
    border-style: outset;
    border-left-style: none;
    border-bottom-style: none;
    width: 96vw;
    height: 66vh;
}