div.main{
    background-color: #f4f4f4;
    height: 400px;
    width: 400px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}