@import url('https://fonts.googleapis.com/css?family=Roboto+Mono');

:root {
  --bg: #1982d1;
  --fg: #ffffff;
  --secondaryFg: #ffffff; /* #b3b3b3 */
  --containerBg: #1982d1; /* #272727 */
  --searchBg: var(--containerBg);
  --scrollbarColor: #3f3f3f;
}

body {
  background-color: var(--bg);
  margin: 0px;
}

.contenedor {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.inline {
  display: inline-block;
}

.logo {
  margin: 30px 0;
}

.texto {
  color:white;
  font-family:Roboto,sans-serif;
  text-align:center;
  max-width:700px;
}

p {
  line-height:1.4em;
  margin: 0 1.4em 1.4em;
}

a {
  font-weight:bold;
  color:white;
  text-decoration:none;
}

.grande {
  font-size: 2.4em;
  font-weight: 100;
}
