
body {
    background-color: #474e5d;
  }

  #frame{
    display: flex;
    flex-direction: column;

    justify-content:space-between;
    

  }


  .line{
      position:absolute;
      left:50%;
      width:6px;
      height:100%;
      background-color: white;
  }