
.my_collapse a{
    color: black;
    border: black;
    padding: 0px 0 0px 20px;
    line-height: 45px;
    border-radius: 4px;
    display: block;
    font-size: 18px;
}
.my_collapse{
    margin-top: 5px;
}
h2,p{
    margin: 0px;
    line-height: 24px;
    font-size: 16px;
    padding: 4px;
    word-spacing: 2px;
}
.HelpFrame{
    border:2px solid black;
    margin: 10px;
    border-radius: 5px;
    width: 80%;
    margin-top: 30px;
}
.IntroductionFrame{
    margin: 20px 0px 0px 15px;
    height: 30px;
    display: table;
}
.introduction{
    font-size: 18px;
    height: 100px;
    margin-left: 0px;
    margin-right: 24px;
    display: table;
}
.content{
    border:2px solid black;
    margin: 20px;
    border-radius: 5px;
    width: 80%;
}
.all{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.question{
    font-weight: bold;
    font-size: 18px;
    color: cornflowerblue;
    margin-right: 1%;
}