div {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: beige;
    border-radius: 10px;
    height: 300px;
    width: 600px;
    margin: auto;
}