h1 {
    text-align: center;
}

body {
    max-width: 1040px;
    margin: 0 auto;
}


ul > li {
    margin-bottom: 15px;
}

ul > li:last-child {
    margin-bottom: 0;
}


h3 + p {
    padding-left: 20px;
}

.sub-title{
    color: #666;
}

.sub-title2{
    color: #999;
}

.logout li{
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
}

.logout img{
    width: 50%;
    margin: 0 auto;
}

.email{
    color: black !important;
}
