.form-1 {
    display: flex;
    justify-content: center;
}

#playerA, #playerB {
    width: 640px;
    height: 400px;
}

#copyValues {
    height: 60px;
    padding: 5px;
    margin-top: 2.8%;
}