body {
  display: flex;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  margin: 0;
  justify-content: center;
  align-items: center;
}

#container {
  display: flex;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  margin: 0;
  justify-content: center;
  align-items: center;
}

#forcefem {
  max-width: 100%;
  flex: 1 1 auto;
  object-fit: cover;
}
