.container {
width: 100vw;
height: 100vh;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.box {
width: 600px;
height: 300px;
}
body {
margin: 0px;
background-color: rgb(88, 73, 226);
}
