html{
  height: 100%;
  width: 100%;
}

body {
    background-color: rgb(242, 230, 120);
    color: white;
    text-align: center;
    height: 100%;
    width: 100%;
}

h1{
  color: black;
}
   
form{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    height:80%;
    width: 80%;
}

label{
  color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    height: 20%;
    width: 80%; 
}

input{
    margin: 10px;
    height: 30px;
    width: 200px;
}

table {
  margin: auto;
  width: 90%;
  height: 100%;
  color: black;
}

table, th, td {
  border: 1px solid;
}

