* {
    box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  font-family: "Roboto Condensed", "PT Sans", Calibri, Tahoma, sans-serif;
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}