

html,
body {
  height: 100%;
  align-content: center;
}

body {
  display:block;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #023047;
}

.text-font-bold-900{

  color:#FFFFFF;
  font-weight: 900;
  font-family: 'Raleway', sans-serif;
}

.text-font-light-100{

  color:#FFFFFF;
  font-weight: 100;
  font-family: 'Raleway', sans-serif;
}


