/* line 1, assets/stylesheets/site.css.scss */
body {
  font-family: sans-serif;
  padding: 0;
  color: #F5D32F;
  margin: 0 auto;
  padding: 1rem;
  line-height: 1.5rem;
  background: url(/assets/background-b37458a177ce1aae2371020e26cc86455219c19ba105a594067db2e783216c16.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* line 15, assets/stylesheets/site.css.scss */
header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2rem auto;
}

/* line 22, assets/stylesheets/site.css.scss */
main {
  max-width: 45rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  padding: 2rem;
  background: #1F1F1F;
}

/* line 33, assets/stylesheets/site.css.scss */
footer {
  text-align: center;
  margin: 4rem auto 0;
  padding: 0;
}

/* line 40, assets/stylesheets/site.css.scss */
.logo {
  width: 35rem;
  max-width: 100%;
}

/* line 45, assets/stylesheets/site.css.scss */
.logo-light {
  display: block;
}

/* line 49, assets/stylesheets/site.css.scss */
.logo-dark {
  display: none;
}

/* line 53, assets/stylesheets/site.css.scss */
#title {
  text-align: center;
  line-height: 2.5rem;
  margin-bottom: 1rem;
}

/* line 59, assets/stylesheets/site.css.scss */
p.contact {
  text-align: center;
  font-size: 1.75rem;
  line-height: 2.25rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

/* line 67, assets/stylesheets/site.css.scss */
.contact, .contact a {
  width: 100%;
  color: #ebe9e9;
}

/* line 72, assets/stylesheets/site.css.scss */
ul.services {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  line-height: 2rem;
}

/* line 81, assets/stylesheets/site.css.scss */
pre {
  overflow: scroll;
}

/* line 85, assets/stylesheets/site.css.scss */
code {
  color: #19100b;
  font-size: 1.15rem;
}

/* line 91, assets/stylesheets/site.css.scss */
h3 {
  margin-top: 2rem;
  color: #120c08;
}

/* line 96, assets/stylesheets/site.css.scss */
table td, table th {
  text-align: left;
  padding: 0.25rem;
}

/* line 101, assets/stylesheets/site.css.scss */
a {
  color: #F5D32F;
}

/* line 105, assets/stylesheets/site.css.scss */
.columns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 65px;
}
