/* Header */
.head-layout {
    width: 100%;
    min-height: 180px;
    background-color: #181d33;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.box-header {
    width: 160px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.box-header a {
    width: 90px;
    height: 90px;
    margin-top: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-decoration: none;
    color: white;
}
.box-header a #avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.title-container {
    color: white;
    width: 180px;
    text-align: center;
}

.title-container .title {
    color: white;
    font-size: 20px;
    font-weight: bold;
}
.title-container .subtitle {
    font-size: 14px;
    color: white;
    margin-bottom: 13px;
}