body {
    font-family: 'Poppins', sans-serif;
    background-color: #19BCE8;
    padding: 0px;
    margin: 0px;
    /* width: 500px; */
    max-width: 500px;
    margin: 0 auto; /* Centers the body */
}

.headrow {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 14px 18px;
    align-items: center;
    width: 100%;
}

image {
    width: 50%;
    height: auto;
}

.pageno {
    font-family: Poppins;
    text-decoration: solid;
    margin-left: 40%;
    color: #ffffff;
}

.quizcontainer {
    margin-top: 24px;
    min-height: 100%;
    background-color: #ffffff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 38px 35px;
}

.maintext .subtext {
    color: #073145;
    font-family: Poppins;
    text-align: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
    width: 50%;
}

.subtext {
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: 18px;
    width: 90%;
}

.radiosubtext {
    text-align: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: 18px;
}

b {
    color: #073145;
    font-family: Poppins;
    text-align: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: 18px;
    text-align: center;
}

.inputcontainer {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.radiocontainer {
    display: flex;
    flex-direction: row;
    width: 85%;
    justify-content: space-between;
    background-color: #E4F9FF;
    border-radius: 30px;
    padding: 10px 20px;
    align-items: center;
}

.rowradiocontainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #E4F9FF;
    border-radius: 30px;
    padding: 5px 10px;
    align-items: center;
}

.inputdiv {
    margin-top: 42px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.radiodiv {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 38px;
}

.radiorowdiv {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 38px;
    width: 100%;
    flex-wrap: wrap;
}

.inputbox {
    width: 100%;
    border-radius: 10px;
    padding: 5px;
    margin-top: 10px;
    border-bottom-color: #073145;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}

.nextbutton {
    background-color: black;
    color: white;
    position: relative;
    font-family: Poppins;
    border-radius: 30px;
    font-size: 18px;
    padding: 15px;
    margin-top: 47px;
    width: 100%;
}

a, a:visited, a:hover, a:active {
    text-decoration: none;
    color: inherit;
}

.verticaltext {
    color: #073145;
    font-family: Poppins;
    text-align: center;
    word-wrap: break-word;
    font-size: 18px;
    text-align: center;
    transform: rotate(90deg);
}

.reportsummaryttext {
    text-decoration: none;
    color: #ffffff;
    font-family: Poppins;
    font-size: 18px;
    width: fit-content;
}

.reportsummarydiv {
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: #4EBEF2;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reporttextdiv {
    background-color: #CBEEFF;
    padding: 20px 10px;
    border-radius: 20px;
}

.reporttext {
    font-size: 18px;
    color: #073145;
}
