body {
height: 100vh;
width: 100vw;
margin: 0;
background: conic-gradient(from 180deg, #fff, #000);
background-repeat: no-repeat;
background-size: cover;
overflow: hidden;
}
.left {
color: black;
display: flex;
flex-direction: column;
justify-content: center;
flex-direction: column;
align-items: center;
}
.right {
color: #fff;
}