@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Mono:400,700");
html,
body,
ul,
ol {
  margin: 0;
  padding: 0; }

/**
 * Fix fonts that render as bold in Firefox
 *
 * Put this near the top of your style.css
 * Before any overriding styles
 */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400; }

/**
 * Firefox specific rule
 */
@-moz-document url-prefix() {
  body {
    font-weight: lighter !important; } }

body, html {
  width: 100%;
  height: 100%;
  margin: 0; }

body {
  font: 75% "IBM Plex Mono", monospace;
  overflow: auto; }

.wrap {
  width: 100%;
  height: 100%; }

.business, .leisure {
  width: 50%;
  height: 100%;
  float: left;
  background-color: #272C35; }

.leisure {
  background-color: #F0F1ED; }

.business p {
  color: #F0F1ED; }

.leisure p {
  color: #272C35; }

p {
  position: relative;
  top: 35%;
  transform: translate 0, -50%;
  vertical-align: middle;
  text-align: center; }

a:link {
  color: #F0F1ED;
  text-decoration: underline; }

a:hover {
  color: #F0F1ED;
  text-decoration: none; }

.leisure a {
  color: #272C35; }
