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

html, body {
    height: 100%;
    margin: 0;
    overflow: hidden;
}

body {
  font-family: 'Roboto', sans-serif;
  line-height: 1.6;
}

.viewport {
    height: 100vh;
    height: 100dvh;
    display: grid;
    place-items: center;
}

.content {
    text-align: center;
}

.bg-centered {
    position: fixed;
    inset: 0;
    background-image: url("/static/img/bg.logo.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}
