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_Title_Sub {
    display: flex;
    background: #000314;
    align-items: center;
    padding: 15px 10px;
    border-bottom: 1px solid #5d6488;
}
.Help_Img_Sub {
    display: flex;
    align-items: center;
    
}
.Help_Img_Sub img {
    width: 80px;
    border-radius: 5px;
}
.Help_Name_Sub {
    font-size: 20px;
    font-weight: bold;
    margin-left: 10px;
}

.M72X2_Logo {
    text-align: center;
    padding-top: 30px;
}
.M72X2_Logo img {
    width: 350px;
}

.M72X2_Email {
    text-align: center;
    margin-top: 30px;
}
.Email_Address {
    background: #0b132e;
    border: 1px solid #414769;
    border-radius: 5px;
    padding: 10px 30px;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 10px;
}
.Email_Label {
    display: block;
    font-size: 14px;
    color: #a0aec0;
}