@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiGyp8kv8JHgFVrLPTedw.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
body,
body * {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.logo {
  position: absolute;
  top: 10px;
  width: 80%;
  max-width: 280px;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
}
h1 {
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
}
.db-logo {
  position: absolute;
  bottom: 0px;
  width: 50%;
  max-width: 200px;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
}
