a{
    color: #41270E;
    text-decoration: none;
}
.home .box{
    margin-bottom: -15px;
}
.home .box-line{
    height: 16px;
    margin-top: -6px;
}
.home .navigation{
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home .navigation .cloud-left{
    height: 10px;
    width: 40px;
    background-image: url("./xlr/img/cloud-left.png");
    background-repeat: no-repeat;
    background-size: contain;
}
.home .navigation .text{
    margin:  0 9px;
    font-size: 16px;
    color: #41270E;
    min-width: 48px;
    text-align: center;
}
.home .navigation .cloud-right{
    height: 10px;
    width: 40px;
    background-image: url("./xlr/img/cloud-right.png");
    background-repeat: no-repeat;
    background-size: contain;
}