frontend/src/app/return-service/guide/guide.component.css [87:191]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    font-family: Google Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.10000000149011612px;
    text-align: left;

    color: white;
}

.userId {
    width: 181px;
    height: 20px;
    top: 498px;
    left: 485px;
    font-family: Google Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.10000000149011612px;
    text-align: left;
    color: #D2BEDF;
}

.content {
    width: 612px;
    height: 162px;
    top: 426px;
    left: 689px;
    font-family: Google Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.10000000149011612px;
    text-align: left;
    color: #FFFFFF;

}

.user-text {
    font-family: Google Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.10000000149011612px;
    text-align: left;
    color: white;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 19px;
    padding: 20px 40px;
}

.user-journey-btn {
    border-radius: 100px;
    background: var(--m-3-sys-dark-primary, #D0BCFF);
    color: #4F378B
}

.btn-text {
    color: #D2BEDF;
}

.content-width {
    width: 612px
}
.greycontent-width{
    width:550px
}

.align {
    align-items: center;
}

.list-group .list-group-item {
    border: none !important;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

.box {
    position: absolute;
    width: 1041px;
    height: 230px;
    left: 200px;
    top: 407px;

    background: rgba(255, 255, 255, 0.2);
    border-radius: 19px;
}

.login-user {
    float: right;
    padding-right: 20px;
}

.user-box {
    width: 1253px;
    height: 230px;
    background: rgba(255, 255, 255, 0.20);
    border-radius: 19px
}

.user-title{
    padding-left: 20px;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



frontend/src/app/user-journey/user-journey.component.scss [88:192]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    font-family: Google Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.10000000149011612px;
    text-align: left;
    color: white;
}

.userId {
    width: 181px;
    height: 20px;
    top: 498px;
    left: 485px;
    font-family: Google Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.10000000149011612px;
    text-align: left;
    color: #D2BEDF;
}

.content {
    width: 612px;
    height: 162px;
    top: 426px;
    left: 689px;
    font-family: Google Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.10000000149011612px;
    text-align: left;
    color: #FFFFFF;
}

.user-text {
    font-family: Google Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.10000000149011612px;
    text-align: left;
    color: white;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 19px;
    padding: 20px 40px;
}

.user-journey-btn {
    border-radius: 100px;
    background: var(--m-3-sys-dark-primary, #D0BCFF);
    //box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    //  background-color: #D2BEDF;
    color: #4F378B
}

.btn-text {
    color: #D2BEDF;
}

.content-width {
    width: 612px
}
.greycontent-width{
    width:550px
}

.align {
    align-items: center;
}

.list-group .list-group-item {
    border: none !important;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

.box {
    position: absolute;
    width: 1041px;
    height: 230px;
    left: 200px;
    top: 407px;

    background: rgba(255, 255, 255, 0.2);
    border-radius: 19px;
}

.login-user {
    float: right;
    padding-right: 20px;
}

.user-box {
    width: 1253px;
    height: 230px;
    background: rgba(255, 255, 255, 0.20);
    border-radius: 19px
}

.user-title{
    padding-left: 20px;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



