.navbar{
    background-color:#9352fd; 
    color: #ffffff;
}

.split {
    height: 100%;
    width: 50%;
    position: fixed;
    z-index: 1;
    overflow-x: hidden;
    padding-top: 20px;
  }

/* Control the left side */
.left {
    left: 0;
    margin-left: 150px
  }
  
  /* Control the right side */
  .right {
    right: 0;
    margin-right: 150px
  }

.footer{
    position:relative;
   width:100%;
   justify-content: center;
}

.bottom{
    position:absolute;
   bottom:0;
   width:100%;
   height:60px;   /* Height of the footer */
   
}

img.one {
  height: 50%;
  width: 50%;
}

img.two {
  height: 50%;
  width: 50%;
}