@import url('https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700');

body {
  font-family: 'Roboto', sans-serif;
}

.bg-custom {
  background-color: #eeeef4;
}

.text-brand {
  color: #e43;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  /* Verschiebt das Element um die Hälfte seiner eigenen Breite/Höhe zurück */
  transform: translate(-50%, -50%);
  text-align: center;
}

html,
body {
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
