*{
    margin: 0;
    padding: 0;
    background-color: lightblue;
}
.navbarlist{
    list-style: none;
}
.navbarlist>li{
    padding: 3vh;
    font-size: 3vh;
    text-align: center;
    background-color: white;
    cursor: pointer;
}
h2,h3{
    text-align: center;
    padding: 1vh;
    color: white;
    background-color: rgb(2, 2, 89);
}
h2{
    font-size: 5vh;
}
h4{
    font-size: 3vh;
    margin-bottom: 2vh;
}
.welcome{
    text-align: center;
    font-size: 4vh;
    font-weight: bold;
    margin-bottom: 2vh;
}
.navbarlist>li:hover{
    color: white;
    background-color: black;
}
button{
    font-size: 3vh;
    padding: 1vh;
    border-radius: 20pc;
    cursor: pointer;
    margin: 2vh;
    background-color: white;
}
button:hover{
    color: white;
    background-color: black;
}
.choiceinput,.choice>.button{
    text-align: center;
    font-size: 4vh;
}
.choiceinput>select,option{
    font-size: 3vh;
    background-color: white;
}
.gpa,.cgpa{
    text-align: center;
    font-size: 4vh;
}
input{
    font-size: 4vh;
    border-radius: 20px;
    padding: 1vh;
    background-color: white;
    margin: 2vh;
}
.gpa-intro {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
  font-family: 'Arial', sans-serif;
}

.qa {
  margin-bottom: 1.5rem;
}

.question {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
  color: white;
}

.answer {
  font-size: 1.2rem;
  color: #555;
}

.gpa,.cgpa{
    display: none;
}
.gparesult{
    font-weight: bolder;
    color: red;
    background-color: white;
    padding: 1vh;
    width: fit-content;
    align-self: center;
    justify-self: center;
}
.allcourses h2{
    width: fit-content;
    align-self: center;
    justify-self: center;
    padding: 3vh;
    margin: 3vh;
    border: 4px solid white;
    border-radius: 40px;
}
@media only screen and (max-width:600px){
    input{
        width: 60%;
    }
}