.titleWrapper {
    display: flex;
    align-items: center;
    padding: 5px;
}

.titleWrapper > .back {
    width: 100px;
}

.titleWrapper > .back a {
    text-decoration: none;
}

.titleWrapper > .title {
    padding: 3px;
    text-align: center;
    width: calc(100% - 100px);
}