.content {
    margin-left: 15%;
    margin-right: 15%;
    /* max-width: 90%; */
}
.space {
    margin-top: 7%;
}
.first-pic img {
    width: 50%;
    height: auto;
    display: block;
    /* display: block; Block-level elements take up the full width available */
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;

}
#header-placeholder {
    margin-left: 5%;
    margin-right: 5%;
}
.project-name {
    font-size: 50px;
}
.who {
    display: flex;
    gap: 10%;
}
.project-description {
    display: flex;
    gap: 10%;
    flex-direction: row;
    justify-content: center;
    /* align-items: center; */
}
.project-description h3{
    font-family: 'Oswald', sans-serif;
    font-size: 80px;
    white-space: nowrap;
    font-weight: 700;
    color: #990000;
}
.credits p{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #333;
}
.data-structures p{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #333;
}
.tech-stack p, ul, li{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #333;
}
.tech-stack h3{
    color: #990000;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    white-space: nowrap;
    font-weight: 700;
    text-decoration: underline;
}
.tech-stack {
    display: flex;
    gap: 10%;
    justify-content: center; /* Center items horizontally */
    align-items: center;
}
.Frontend h1 {
    /* background-color: #990000; */
    color: #990000;
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    white-space: nowrap;
    font-weight: 700;
    text-decoration: underline;
}
.login-flex {
    display: flex;
    gap: 7%;
    justify-content: center;
    align-items: center;
}
.login-p ul, li{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #333;
}
.login-flex img{
    width: 50%;
    height: auto;
    display: block;
    /* display: block; Block-level elements take up the full width available */
    margin-left: auto;
    margin-right: auto;

    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.structures p, ul, li{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #333;
}
.title {
    color: black;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    white-space: nowrap;
    font-weight: 700;
    /* text-decoration: underline; */

}

/* make this image not change dimension */
.menu-page img {
    width: 40%; /* Adjust the width as needed */
    height: auto; /* Maintain aspect ratio */
    display: block;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s ease, box-shadow 1.0s ease; 
}
.flex-menu {
    display: flex;
    gap: 3%;
    align-items: center;
    text-align: center;
}
.menu-features p, ol, li {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #333;
}
.menu-features p{
    text-decoration: underline;
}
.menu-pics {
    display: flex;
    gap: 10%;
    justify-content: center; /* Center the images horizontally */
    align-items: center; /* Center the images vertically */
}
.menu-pics img {
    width: 40%;
    height: auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.5s ease, box-shadow 1.0s ease; 

}
.menu-page img:hover {
    transform: scale(1.05); /* Slightly scale up the image */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); /* Enhance the shadow */
}
.menu-pics img:hover {
    transform: scale(1.05); /* Slightly scale up the image */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); /* Enhance the shadow */
}
.reviews p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #333;
}
.add {
    display: flex;
    gap: 10%;
    justify-content: center; /* Center the images horizontally */
    align-items: center; /* Center the images vertically */
}
.add p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #333;
}
.add img {
    width: 50%;
    height: auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.5s ease, box-shadow 1.0s ease; 
}
.red-text {
    color: #7C1C1C;
    font-weight: bold;
}
.Backend img{
    width: 80%;
    height: auto;
    display: block;
    /* display: block; Block-level elements take up the full width available */
    margin-left: auto;
    margin-right: auto;
}
.Backend h2 {
    /* margin-left: 10%; */
    font-family: 'Inter', sans-serif;
    font-size: 25px;
    font-weight: 300;
    color: #333;
}
.db {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.scrape p, ul, li{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #333;
}
.scrape-flex img{
    width: 50%;
    height: auto;
    display: block;
    /* display: block; Block-level elements take up the full width available */
    margin-left: auto;
    margin-right: auto;
}
.scrape-flex {
    display: flex;
    gap: 7%;
}
.multithread p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #333;
}
.network p, ul, li {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #333;
}
.Backend h1 {
    /* background-color: #990000; */
    color: #990000;
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    white-space: nowrap;
    font-weight: 700;
    text-decoration: underline;
}
.smallerspace {
    margin-top: 3%;
}

@media (max-width: 600px){
    .project-description{
        flex-direction: column;
    }
    .who {
        flex-direction: column;
    }
    .project-name {
        font-size: 20px;
    }
    .tech-stack {
        flex-direction: column;
        align-items: flex-start;
    }
    .login-flex{
        flex-direction: column;
    }
    .flex-menu {
        flex-direction: column;
        align-items: center;
    }
    .flex-menu img {
        width: 80%;
    }
    .menu-pics {
        flex-direction: column;
        align-items: center;
    }
    .menu-pics img {
        width: 80%;
        margin-bottom: 30px;
    }
    .react-features {
        font-size: 20px;
    }
    .add {
        flex-direction: column;
    }
    .add img{
        width: 80%;
    }
    .scrape-flex {
        flex-direction: column;
    }
    .scrape-flex img {
        width: 80%;
    }
    .title {
        font-size: 20px;
    }
    .tech-stack h3{
        font-size: 20px;
    }
    .front {
        font-size: 20px;
    }
    .project-description h3{
        font-size: 50px;
    }
    .content {
        margin-left: 5%;
        margin-right: 5%;
        /* max-width: 90%; */
    }
}
@media (max-width: 800px){
    .project-description {
        flex-direction: column;
    }
    .who {
        flex-direction: column;
    }
    .project-description h3 {
        font-size: 35px;
        text-align: center;
    }
    /* .credits p {
        font-size: 20px;
    } */
    .content {
        margin-left: 5%;
        margin-right: 5%;
        /* max-width: 90%; */
    }
}
@media (max-width: 500px){
    .content {
        margin-left: 5%;
        margin-right: 5%;
        /* max-width: 90%; */
    }
}
@media (max-width: 1100px){
    .project-description {
        flex-direction: column;
    }
    .who {
        flex-direction: column;
    }
    .project-description h3 {
        font-size: 35px;
        text-align: center;
    }
    /* .credits p {
        font-size: 20px;
    } */
    .content {
        margin-left: 5%;
        margin-right: 5%;
        /* max-width: 90%; */
    }
}
