

.body{
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100%;
    background-color: #fff;
    padding: 16px;
}
