html, body {
    color: #f2f6fc;
  text-align: center;
  background: linear-gradient(180deg, #0e1320 0%, #0f141c 100%);
  background-attachment: fixed;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}
div{
    text-align: left;
}
#container{
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 50vw;
    height: 100vh;
    width: 50vw;
}
