body {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
overflow: hidden;
width: 100vw;
height: 100vh;
}
