hr,footer{
    padding: 0;
}
#questionsform{
    display: none;  
    position: fixed;
    padding: 30px;
    top: 40%;
    left: 40%;
    width: 400px;
    opacity: 1;
    font-weight: 800;
    z-index: 5;
}

#questionsform::before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: -1px;
    top: -1px;
    background: url(images/paper-3653357_640.jpg);
    background-size: 102% 102%;
    padding: 0;
    z-index: -1;
}

#questionsform button{
    margin-top: 10px;
    background: #fffdd4;
    padding: 2px;
    margin: 10px;
}
.questionform{
    margin: 30px;
}

*, ::after, ::before {
    box-sizing: border-box;
}
/* .questionform{
    filter: blur(8px);
    -webkit-filter: blur(8px);
    
    /* Full height */
    /* height: 100%;
    width: 100%; 
} */

.answer{
    margin-left: 30px;
}
textarea,#firstheading,#scndheading2{
    background-color: transparent;
    
}
textarea{
    height: 100px;
    width: 90%;
}
.home{
    background: #d1f8ff;
}
.questionform div{
    padding: 20px;
}
.questionform .button{
    padding:2px;
    margin: 20px;
}

#verticalindex div:hover{
    background-color: #0dcaf0;

}
.as{
    z-index : 5;
}

header{
    background:#d1f8ff;
}

