@import url("https://fonts.googleapis.com/css?family=Roboto+Mono:300,500");
html, body {
  width: 100%;
  height: 100%;
}

body {
  background-image: url(../images/background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
  min-width: 100vw;
  font-family: "Roboto Mono", "Liberation Mono", Consolas, monospace;
  color:#14121bd9;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.container,
.container > .row,
.container > .row > div {
  height: 100%;
}

#description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
#description .title {
  font-size: 2.5rem;
  font-weight: 300;
}
#description .title + .text {
  margin: 0 0 1rem;
}
#description .text {
  font-weight: 300;
  text-align: center;
}
