.body{
    background-color:crimson;
}
.h1{
    color:white;
    font-family: Arial, sans-serif;
}
.p{
    color:white;
    font-family: Arial, sans-serif;
}
.label{
    color:white;
    font-family: Arial, sans-serif;
}
.input{
    background-color:aqua;
    color:rgb(14, 14, 14);
    font-family: Arial, sans-serif;
    width: 80%;  
}
.inputEditar{
    background-color:aqua;
    color:rgb(14, 14, 14);
    font-family: Arial, sans-serif;
    width: 10%;  
}
.submit{
    background-color:rgb(6, 102, 143);
    color:white;
    font-family: Arial, sans-serif;
    width: 100%;
    height: 40px;
    border-radius: 12px;
}
.submitEditar{
    background-color:rgb(6, 102, 143);
    color:white;
    font-family: Arial, sans-serif;
    width: 20%;
    height: 40px;
    border-radius: 12px;
}
.submitEditarV{
    background-color:rgb(6, 102, 143);
    color:white;
    font-family: Arial, sans-serif;
    width: 100%;
    height: 40px;
    border-radius: 12px;
}
.button{
    background-color:rgb(6, 102, 143);
    color:white;
    font-family: Arial, sans-serif;
    width: 100%;
    height: 40px;
    border-radius: 12px;
}
.imagem{
    width: 100px;
    height: 100px;
}
table{
    border: 12px solid white;
    border-radius: 12px;
    margin: auto;
    border-collapse: collapse;
}
td{
    vertical-align: middle;
    padding: 20px;
}
td:first-child{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
textarea{
    background-color:aqua;
    color:rgb(14, 14, 14);
    font-family: Arial, sans-serif;
    width: 80%;
    height: 100px;
}