@font-face {
    font-family: 'Rubik';
    src: local('Rubik Black'), local('Rubik-Black'),
        url('public/fonts/dehinted-Rubik-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html, body {
      margin: 0;
      padding: 0;
      height: 100dvh;
      background-color: #ffffff;
      color: #000000;
      font-family: Raleway;
      font-family: rubik;
      font-weight: bold;
      font-style: normal;
      background: url("public/img/background.jpg") no-repeat center;
      background-size: auto;
      background-size: cover;
    }
   
main {
    display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      width: 100%;
      height: 100dvh;
}    

.logo {
  max-width: 160px;
  margin-bottom: 1rem;
}

.reboot {
  font-size: 2.4rem;
}

.date {
  font-size: 2.1rem;
  margin-top: -0.9rem;
}
