* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 1rem;
  font-family: "Montserrat", sans-serif !important;
  color: #000000;
  margin: 0;
  width: 100vw;
  height: 100vh;
}
.imgbox {
  display: grid;
  height: 100%;
}
.center-fit {
  max-width: 100%;
  max-height: 100vh;
  margin: auto;
}
.container {
  font-size: 2rem;
  height: 100%;
  width: 100%;
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  background-image: url(img/bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
