@font-face {
  font-family: 'Rubik';
  src:
    url('../fonts/Rubik-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

* {
  font-family: 'Rubik';
}

body {
  background-color: #f0f0f5;
}

.container-center {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 66%;
}

.col-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.row-center {
  display: flex;
  justify-content: center;
}

.heading-large {
  font-weight: normal;
  font-size: 7em;
}

.heading-sub {
  font-weight: normal;
  font-size: 2em;
}
