@charset "UTF-8";
/* @group fonts */
/* first for IE 4â€“8 */
@font-face {
  font-family: ApexNewWeb-Book;
  src: url("font/ApexNewWeb-Book.eot"); }

@font-face {
  font-family: ApexNewWeb-Light;
  src: url("font/ApexNewWeb-Light.eot"); }

@font-face {
  font-family: ApexNewWeb-Medium;
  src: url("font/ApexNewWeb-Medium.eot"); }

/* then for WOFF-capable browsers */
@font-face {
  font-family: ApexNewWeb-Book;
  src: url("font/ApexNewWeb-Book.woff"); }

@font-face {
  font-family: ApexNewWeb-Light;
  src: url("font/ApexNewWeb-Light.woff"); }

@font-face {
  font-family: ApexNewWeb-Medium;
  src: url("font/ApexNewWeb-Medium.woff"); }
/* @end */

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}  

html, body {
    margin: 0;
    padding: 0;
}

h1 {
    color: rgb(64, 64, 64);
    font-family: 'ApexNewWeb-Medium', 'Helvetica', 'Arial', sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 28px;
    margin: 3rem 0 1rem;
}

p {
    color: rgb(64, 64, 64);
    font-family: "ApexNewWeb-Book", "Helvetica", "Arial", sans-serif;
    margin: 0;
}

.container {
    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    width: 100vw;
    height: 100vh;
}