@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&subset=vietnamese');
body {
    font-family: 'Quicksand', sans-serif;
}

.text-logo {
    font-weight: bold;
    font-size: 2.5em;
    color: #00b0ef;
}

.wrapper {
    max-width: 400px;
    margin: 50px auto;
    width: 100%;
}

#logo {
    width: 49%;
    display: inline-block;
}

#thong-tin-user {
    display: inline-block;
    width: 49%;
    text-align: right;
}