#loader {
  position: fixed;
  inset: 0;
  background: #4a5565;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 200;
  pointer-events: none;
}

#logo {
  will-change: transform, opacity;
  transform: scale(1.18);
  opacity: 1;
}

.logo_img {
  width: 200px;
  height: 200px;
  object-fit: contain;
}

#logo text {
  fill: white;
}