/* [project]/app/globals.css [app-client] (css) */
html {
  height: 100%;
}

body {
  display: flex;
  justify-content: center;
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #333;
  -webkit-font-smoothing: antialiased;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  background: #eee;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

main {
  width: 85%;
  padding: 10px 0 0;
}

.page {
  color: #757575;
  background: #fff;
  padding: 3px 10px;
}

@media (width <= 750px) {
  main {
    padding: 0;
    width: 100%;
  }
}


/* [project]/components/header.module.css [app-client] (css) */
.header-module__bY5_QG__header {
  background: #ffa52a;
  display: flex;
  font-size: 14px;
}

.header-module__bY5_QG__logo {
  margin: 4px 5px 2px 4px;
  display: inline-block;
}

.header-module__bY5_QG__left {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
}

.header-module__bY5_QG__right {
  flex: 1;
  text-align: right;
}

.header-module__bY5_QG__site-title {
  font-weight: bold;
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  padding: 8px 10px 8px 4px;
  color: #000;
  vertical-align: top;
}

a.header-module__bY5_QG__login {
  padding: 10px;
  display: inline-block;
  font-size: 10pt;
  text-decoration: none;
  color: #000;
}

.header-module__bY5_QG__login:hover {
  color: #fff;
}

.header-module__bY5_QG__nav {
  display: inline-block;
  vertical-align: top;
}

.header-module__bY5_QG__n {
  border: 1px solid #fff;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  padding: 5px 8px;
}

.header-module__bY5_QG__nav-ul {
  list-style-type: none;
}

.header-module__bY5_QG__nav-ul li {
  display: inline-block;
}

.header-module__bY5_QG__nav-ul li:not(:last-child):after {
  content: " | ";
  padding-right: 4px;
}

.header-module__bY5_QG__nav-ul li a {
  display: inline-block;
  font-size: 10pt;
  text-decoration: none;
  color: #000;
}

.header-module__bY5_QG__nav-ul li a:hover {
  color: #fff;
}

@media (width <= 750px) {
  .header-module__bY5_QG__left {
    grid-auto-flow: row;
  }

  .header-module__bY5_QG__site-title {
    font-size: 16px;
    padding-bottom: 0;
  }

  a.header-module__bY5_QG__login {
    padding: 24px 10px 23px;
  }

  .header-module__bY5_QG__nav {
    display: block;
    margin-left: 10px;
  }
}


/* [project]/components/server-info.module.css [app-client] (css) */
.server-info-module__NTUbRG__server-info {
  text-align: center;
  font-size: 14px;
  padding-bottom: 20px;
}


/* [project]/components/footer.module.css [app-client] (css) */
.footer-module__oqRDSq__footer {
  padding: 10px 0 40px;
  color: #757575;
  font-size: 14px;
  text-align: center;
  border-top: 1px solid;
  margin-top: 50px;
}


/*# sourceMappingURL=_87e884._.css.map*/
