div{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
body{
    background-color: aqua;
}