*{
    margin: 0;
    padding: 0;
}

html, body{
  height: 100%;
}

@font-face {
    font-family: hack;
    src: url(../fonts/Hack-Regular.ttf);
}

:root{
    --red: #fa536c;
}

.red{
  color: var(--red);
}

.red::selection{
  background: var(--red);
  color: #111;
}