table {
    table-layout: fixed;
    border-collapse: collapse;
}

th {
    text-align: left;
    font-size: 0.9rem;
    font-weight: normal;
    border: 2px solid black ;
}

td {    width: 250px;
    vertical-align: top;
    color: green;
    border: 1px solid black;
}


.form_email {
    padding: 0px 0px 0px 10px;
    margin: 4px;
    width: 1220px;
    height: 180px;
    border: 2px darkblue solid;
    border-radius: 20px;
    background-color: antiquewhite;
    
}

.add-email-form {
        width: 1516px;
    justify-content: center;
}

header {
  text-align: center;  
  color: blue;
  width: 500px;
}

