h1{
    color: rgb(212, 33, 54);
}

table thead {
    background-color: rgb(231,34,56);
    color: white;
}
table th, td {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 12px;
    text-align: center;
}
table{
    background-color: white;
    margin: auto;
    border-collapse: collapse;
    border: none;
}

table tbody tr:nth-child(even){
    background-color: #f2f2f2;
}

table .noBorder{
    border: none;
    background-color: rgb(255 244 233 / 60%);
}
table tr.bg-white{
    background-color: white !important;
}

table #comment {
    vertical-align: top;
}

form div {
    margin: 50px 0 30px 20px;
}
div.buttonSubmit {
    display: flex; 
    width: 41%;
    margin: auto;
    margin-top: 70px;
    margin-bottom: 30px;
}
form div.buttonSubmit input[type=submit]{
    height: 40px;
    width: 170px;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
    padding: 8px 10px;
    background-color: rgb(231,34,56);
    border:none;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
    border-radius: 20px;
    margin: auto;
    color: white;
    display: flex;
    justify-content: center;
}
form div.buttonSubmit input[type=submit]:hover{
    background-color: rgb(175, 26, 44);
}

form textarea{
    width: 100%;
    height: auto;
}

form input[type=number]{
    width: 105px;
    outline: none;
}

form input[type=text], select {
    margin-right: 40px;
    padding: 8px 15px;
    margin-left: 18px;
    border:1px solid rgb(212, 33, 54);
    outline: none;
    font-family: 'Roboto','sans-serif';
}

.white{
    background-color: white;
    color:rgb(231,34,56);
}
table tr.white th{
    text-align: left !important;
}