* {
  box-sizing: border-box;
}

body {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.container {
  height: 100vh;
  width: 100vw;
  padding: 0rem;
}

.container svg {
  width: 100%;
  aspect-ratio: 1;
  shape-rendering: geometricprecision;
  /* smoth curve edges */

}