.punch-section {
    height: calc(100vh - 56px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}


.punch-form-section {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 20rem;
}

.punch-form {
    flex: 1;
    border: 2px solid black;
    border-radius: 5px;
    padding: 1rem;
}

