form {
    width: 300px;
    height: auto;
    border: solid;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding: 20px;
    width: 93%;
    border:solid rgb(255, 0, 128);

}

h1 {
    text-align: center;
    color: brown;
    background-color: darksalmon;
    border-radius: 50px;
    border-color: darksalmon;

}

h2 {
    text-align: center;
    color: rgb(0, 255, 255);
    background-color: rgb(255, 0, 128);   
}



table {
    background-color: rgb(248, 105, 105);
    width: 70%;


}

th {
    height: 30px;
    background-color: rgb(255, 235, 235);


}

td {
    background-color: rgb(247, 6, 6);
    text-align: center;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(56, 56, 56);
    color: rgb(0, 255, 255);
    max-width: 700px;
    margin: 40px auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0 .1);
}

label {
    display: block;
    margin-top: 10px;
    font-weight: bold;
}

span {
    color: red;
    font-size: 12px;
}

input , textarea {
    width: 97%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: rgb(56, 56, 56); 
    border:solid rgb(0, 255, 255);

}

button {
    margin-top: 15px;
    background-color: rgb(255, 0, 128);
    color: rgb(0, 255, 255);
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background-color: #003366;
}

#returna:hover {
    transform: scale(150%);
}

#returna > img {
    height: 50px;
    justify-self: center;
}

.return {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: solid rgb(0, 255, 255);
    width: 230px;
    justify-self: center;
    padding: 10px;
}
