*{
    padding: 10px;
    margin: 0px;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

h1{
    margin: auto;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    color: #FFBD59;
}

h3{
    color: #2E2E30;
    display: block;
    margin-top: -23px;
}

.container01{
    margin-left: auto;
    margin-right: auto;
    background-color: #2E2E30;
    width: 400px;
    border-radius: 20px;
}


.container02{
    margin-left: auto;
    margin-right: auto;
    width: 260px;
    height: 5px;
    background-color: #FFBD59;
    border-radius: 10px;
    margin-bottom: 20px;
}

table{
    /*box-shadow:  20px 10px 20px rgba(0,0,0,0.5);*/
    display: flex;
    justify-content: center;
    align-items: center;
 }

table p{
    color: #F7F6F1;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

input{
    background-color: #F7F6F1;
    border-radius: 5px;
    border: none;
}

input[type="textarea"]{
    min-width: 650px;
    max-width: 650px;
    min-height: 50px;
    max-height: 50px;
}

input[type="submit"]{
    display: flex;
    justify-content: left;
    align-items: left;
}

input[type="submit"]:hover{
    background-color: #2E2E30;
    color: #44ca4b;
}

input[type="reset"]{
    display: flex;
    justify-content: left;
    align-items: left;
}

input[type="reset"]:hover{
    background-color: #2E2E30;
    color: #ff6459;
}
 footer{
    margin: auto;
    margin-top: 50px;
    font-size: 15px;
    color: #000000;
    text-align: center;
}
