body {
    background-image: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f3f3f3;
}

img {
    border: 0;
}

#identification {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 450px;
    box-shadow: 0 0 5px 0 rgba(43, 43, 43, .1), 0 11px 6px -7px rgba(43, 43, 43, .1);
    background: #fff;
    padding: 20px 40px;
    border-radius: 10px;
    height: 440px;
}
