.content-head{
    display: flex;
    flex-direction: row;
    width: 98%;
    padding:  0 1%;


}
.content-head-id{
    display: flex;
    width: 70%;
    letter-spacing: 1px;
    flex-direction: column;
    justify-content: center;
}



.id-name{
    width: inherit;
    font-weight: bold;
    font-size: large;
}
.id-major{
    color: grey;
    font-size: smaller;
}

.content-head-time{
    width: 60%;
    text-align: right;
    color: grey;
    font-size: smaller;
}
