/*
Theme Name: Fluxed Rest API
Theme URI: http://fluxed.it/
Description: A custom theme to be backend to a head less frontend
Version: 1.0
Tags: custom
Author: Vincent Van Uffelen
*/

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 20px;
  background-color: black;
  color: #fff;
  text-align: center;
  font-size: 40px;
  line-height: 48px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;

  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 4em;

}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

p {
  margin-top: 0;
}

a {
  color: #fff;
}

