body {
    background: #161e30;
    color: #e2e8f0;
    font-family: -apple-system, sans-serif;
}

.Help_Title {
    display: flex;
    background: #040b1b;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-bottom: 1px solid #5d6488;
}
.Help_Img {
    display: flex;
    align-items: center;
    
}
.Help_Img img {
    width: 50px;
    border-radius: 5px;
    border: 1px solid #414769;
}
.Help_Name {
    font-size: 20px;
    font-weight: bold;
    margin-left: 10px;
}

.Help_M72X2 {
    background: #2a3458;
    border-bottom: 1px solid #5d6488;
    padding: 15px;
    text-align: center;
}

.Text_Logo {
    background: #0b132e;
    border: 1px solid #414769;
    border-radius: 5px;
    padding: 5px 10px;
}

.Help_Title_Sub {
    display: flex;
    background: #192e5f;
    align-items: center;
    padding: 10px 10px;
    border-bottom: 1px solid #5d6488;
}
.Help_Img_Sub {
    display: flex;
    width:100px;
    height:100px;
    align-items: center;
    justify-content: center;
    margin: 0px 20px 0px 20px;
    
}
.Help_Img_Sub img {
    border-radius: 5px;
}
.Help_Name_Sub {
    font-size: 25px;
    font-weight: bold;
    margin-left: 10px;
}
.Help_Title_Sub:hover {
    background: #0b132e;
    cursor: pointer;
}

