.content .help {
    margin: auto;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 20px;
}

.help h4 {
    text-align: left;
    color: black;
    font-weight: bold;
    font-size: 30px;
    padding-left: 90px;
    padding-top: 10px;
    padding-bottom: 15px;
}

.help .info p {
    color: black;
    font-size: 15px;
    font-style: italic;
    text-align: left;
    padding: 20px 20px 20px 20px;
    line-height: 20px;
}

.id .userid #uid {
    background-color: #fff;
    font-size: 25px;
    text-align: center;
    border-radius: 7px;
    margin-left: -820px;
    padding: 5px 5px 5px 4px;

}

.id .userid #server {
    background-color: #fff;
    font-size: 25px;
    text-align: center;
    border-radius: 7px;
    margin-right: -400px;
    padding: 5px 5px 5px 4px;
}