The top border of table has gone out of the form border (which is the border of blue background color)
form {
margin-top: 100px;
margin-left: 20%;
width: 60%;
background-color: #F0FFFF;
}
table {
width: calc(100% - 20px);
margin: 10px;
text-align: center;
border-collapse: collapse;
border-style: none;
}