*{
    margin:0;
    padding:0;
}
table, td{
    border:2px solid black;
    border-collapse: collapse;
}
table{
    margin-left:10px;
}
td{
    padding: 20px;
}
form{
    border: 2px solid black;
    border-radius: 20px;
    margin:10px;
    padding:30px;
    width:250px;
    height: 274px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.smallForm{
    height: 100px;
    justify-content: space-around;
}
#container{
    display:flex;
    flex-wrap: wrap;
    height: 522px;
    width: 668px;
}
#bigform{
    width:668px;
}
#container2{
    display:flex;
    flex-wrap:wrap;
    height: 358px;
    width:334px;
}