/**
 * Copyright © INOVUA TRADING.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */

html,
body,
#content {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#content {
  height: 110vh;
}

.wrapper {
  max-width: 600px;
  margin: 0 auto;
  padding-top: 50px;
}

.target {
  display: inline-block;
  margin-right: 20px;
}
