@import url('reset.css');
@import url('variables.css');
@import url('header.css');
@import url('appointment/appointment.css');
@import url('network/network.css');
@import url('footer.css');

.container{
    width:100%;

    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
}

.bg-light{
    background-color:var(--bg-light);
}

.title{
    font-family: var(--ff-highlight);
    font-size: var(--fs-title);
    line-height: var(--fh-title);
    font-weight: var(--w-title);
}

.blue-title{
    color: var(--blue-dark);
}














































