*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Recursive', sans-serif;
}
#submit-1{
    background-color: #898176;
    width: 30%;
    height: 50px;
    border-radius: 8px;
    border: none;
    color: #fff;
    font-size: large;
    position: relative;
    left: 12.5%;

}
#submit-1:hover{
    background-color: #1F3A3D;

}
.qn{
    height: 300px;
    margin: 20px;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 70%;
    position: relative;
    left: 15%;
    box-shadow: 0 2px 5px gray;
    padding: 5%;
    border-radius: 10px;
}
.qn:hover{
    height: 350px;
    box-shadow: 0 4px 6px rgb(102, 98, 98);
    width: 70%;
    left: 15%;
}
header{
    font-size: xx-large;
    font-weight: 800;
    text-align: center;
}
.questions{
    width: 50%;
    position: relative;
    left: 25%;

}
body{
    background-color: #A5A5A5;
}