body {
  margin:0
}
div {
  display:flex;
  width:100%
}
a {
  width:50%;
  height:100vh;
  display:flex;
  flex-wrap:nowrap;
  align-items:center;
  justify-content:center;
}
.one {
  background:#252525;
  color:#f2f2f2;
}
.two {
  background:#252525;
  color:#f2f2f2;
}
