@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap');

html {
  height: 100%;
}

body {
  min-height: 100%;
  background: url('background.jpg') center fixed;
  background-size: cover;

  font-family: "Libre Franklin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;

  margin: 0;
}

main {
  display: flex;
  align-items: center;
  justify-content: center;

  height: 100vh;

  color: #fff;
}