.navContainer {
    height: 100px;
    width: 100%;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar {
    border: 2px solid rgb(24,49,83);
    height:70px;
    width: 70%;
    border-radius: 10px;
    background-color: rgba(215, 221, 230, 0.459);
    display: flex;
    align-items: center;
}

.navname {
    height: 70px;
    width: 80%;
    display: flex;
    justify-content: center;
    justify-content: flex-start;
    align-items: center;
}

.navdl-fb {
    height: 70px;
    width: 20%;
    display: flex;
    justify-content: center;
    justify-content: space-evenly;
    align-items: center;
    margin-right: 20px;
}

.logo {
    border: 1px solid black;
    border-radius: 5px;
    height: 50px;
    width: 50px;
    background-image: url(appIcon.ico);
    background-size: cover;
    margin: 8px;
}

.name {
    height: 50px;
    width: 100px;
    font-family:sans-serif;
    color: rgb(24,49,83);
    font-size: 20PX;
    display: flex;
    justify-content: center;
    align-items: center;
}

.betaTag {
    border: 2px solid rgb(24,49,83);
    border-radius: 5px;
    height: 20px;
    width: 40px;
    font-family:sans-serif;
    color: rgb(240, 241, 243);
    background-color: rgb(11, 101, 219);
    font-size: 11PX;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navdownload {
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content {
    height: 3250px;
    width: 100%;
    background-color: rgba(90, 151, 236, 0.589);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.q-a {
    height: 2750px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
}

.heroImg {
    height: 500px;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(HeroImg.jpg);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.herotag {
    font-family: sans-serif;
    color: white;
    font-weight: bold;
    font-size: 40px;
}

.herosubtag {
    font-family: sans-serif;
    color: rgb(24,49,83);
    font-weight: bold;
    font-size: 15px;
}

.downloadbtn {
    height: 50px;
    width: 250px;
    font-family: sans-serif;
    border: 2px solid rgb(11, 101, 219);
    border-radius: 5px;
    margin: 10px;
    background-color: rgba(11, 101, 219, 0.281);
    color: white;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
}

.getGeminiAPI {
    height: 50px;
    width: 250px;
    font-family: sans-serif;
    border: 2px solid rgb(25, 25, 26);
    border-radius: 5px;
    margin: 10px;
    background-color: rgba(0, 0, 0, 0.281);
    color: white;
    font-weight: bold;
    font-size: 15px;  
    cursor: pointer;
}

.questionTag {
    height: 320px;
    width: 50%;
    padding: 10px;
    border: 1px solid rgb(11, 101, 219);
    border-radius: 10px;
}

.question {
    height: 50px;
    width: 100%;
    color: rgb(24,49,83);
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.answer {
    height: 270px;
    width: 100%;
    color: whitesmoke;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ;
    font-size: 18px;
}

.feedbackTag {
    height: 300px;
    width: 50%;
    padding: 10px;
    border: 1px solid rgb(11, 101, 219);
    border-radius: 10px;
}

.feedback {
    height: 50px;
    width: 100%;
    color: rgb(24,49,83);
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.feedbackContent {
    height: 250px;
    width: 100%;
    color: whitesmoke;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ;
    font-size: 18px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.fdbtn {
    text-decoration: none;
    height: 40px;
    width: 150px;
    margin-top: 10px;
    border: 2px solid rgb(24,49,83);
    border-radius: 5px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    color: white;
    background-color: rgb(11, 101, 219);
    cursor: pointer;
}

.footer {
    height: 90px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgb(24,49,83);
}

.social, .footname, .footversion {
    height: 30px;
    width: 100%;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ;
    background-color: rgba(255, 255, 255, 0);
    color: white;
}


@media (max-width: 500px) {
    .answer, .feedbackContent {
        font-size: 15px;
    }

    .heroImg {
        background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(HeroImg_mobile.jpg);
    }
}
