| /**
 * This file is part of the O2System Venus UI Framework package.
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 *
 * @author         Steeve Andrian Salim
 * @copyright      Copyright (c) Steeve Andrian Salim
 */
body {
  background-color: #f3f3f3; }
.welcome {
  position: relative;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100vh; }
.nav-bottom {
  list-style: none;
  padding: 0;
  margin-top: 1rem;
  text-align: center; }
  .nav-bottom li {
    display: inline-block; }
    .nav-bottom li a {
      text-transform: uppercase;
      padding: 0.5rem 1rem;
      letter-spacing: 0.1rem;
      font-weight: 700;
      display: block; }
      .nav-bottom li a:hover {
        color: #D83B3D; }
/*# sourceMappingURL=app.min.css.map*/
 |