*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    color: black;
    background: rgb(238,174,202);
background: linear-gradient(90deg, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%);
}

h1{
    margin  : 2rem;
}

a{
    text-decoration: none;
    display: flex;
    font-family: "Poppins";
    color: black;
}

.container{
    width: 70%;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page{
    display: flex;
    flex-direction: column;
}

section{
    /* border: 1px solid red; */
    margin: 15px;
}

.content{
    background-color: rgba(0, 255, 242, 0.082);
    height: 285px;
    width: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 1rem;
    margin: 10px;
}

hr{
    display: block;
    border: 1px solid;
    border-radius: 9px;
    color: black;
    margin: 2rem 0rem;
}

footer{
    display: block;
    margin-top: 2rem;
}

.footer-links{
    display: flex;
    flex-direction: row;
    justify-content: center;
    cursor: pointer;
}


.section-div{
    display: flex;
    justify-content:center ;  
    transform: 0.5s;
    flex-wrap: wrap;
}

.container p{
    margin: 2rem;
    font-size: 1.5rem;
}

input{
    padding: .5rem;
    text-align: center;
    border:0 ;
    height: 3rem;
    width: 7rem;
    font-size: 1rem;
    margin: 1rem;
}
form{
    margin: 1rem;
}

button{
    font-size: 1.4rem;
    border-radius: 1.5rem;
    padding: .5rem 1rem;
    cursor: pointer;
    border: 0px;
    margin: 2rem;
}

button:hover{
    background-color:  rgba(238,174,202,1);
    color: white;
    transition: .5s;
}

.output{
    display: flex;
    align-items: center;
    padding: .5rem;
    justify-content:center ;  
    height: rem;
    width: 50%;
    color: rgb(226, 43, 214);
    font-weight: bold;
    font-size: 1.8rem;
    border-radius: 1rem;
    background-color:  rgba(238, 174, 202, 0.32);

    /* padding: rem; */
    /* margin: 1rem; */
}

/* form div{
    display: flex;
    flex-wrap: nowrap;
} */

.container2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    align-items: center;
}

.container3{
    display: flex;
    flex-direction: column;
    width: 70%;
    /* border: 2px solid red; */
}

.container3 p{
    text-align: start;
    font-size: 1.2rem;
}

.contents{
    /* border: 2px solid red; */
    margin: 0rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contents p{
    text-align: center;
    margin: 1rem 0rem;
}

.contents form div{
    /* border: 5px solid green; */
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    flex-wrap: wrap;
    padding: .5rem;
}

.answerAreaBH,.answerAreaSides,.answerAreaAngleSides{
    font-weight: 900;
    font-size: 1.5rem;
    /* border: 2px solid black; */
    height: fit-content;
    width: 20vw;
    align-self: center;
    display: none;
    border-radius:1rem ;
}

.quize-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 95%;
    /* border: 2px solid black; */
}
.quize-container p{
    font-size: 1.3rem;
}
.quize-container form{
    margin: auto;
}
.quize-container .form-div{
    /* border: 2px solid red; */
    width: fit-content;
}
.quize-container form section{
    display: flex; 
    justify-content: flex-start; 
    align-items: center;
    flex-wrap: wrap;
    font-size: 1.3rem;
    width: 100%;
    /* border: 1px solid rebeccapurple; */
    margin-left: 0%;
}
.quize-container form div label{
    margin: 0rem 1.5rem 0rem 0rem;
}
.quize-container form div input{
    height: 1rem;
    cursor: pointer;
    margin: 0%;
    width: 1rem;
}
.quize-container form div{
    border-bottom: 1px solid black;
    padding: .5rem;
    text-align: start;
}

.quize-container .result{
    /* border: 1px solid red; */
    text-align: center;
    margin: auto;
    font-size: 1.5rem;
    font-weight: bold;
    color: rgb(246, 0, 107);
    display: none;
    height: fit-content;
    width: 30vw;
    border-radius: .5rem;
    background-color: rgba(238, 174, 202, 0.353);
}