h2 {
    color:maroon;
}

h3 {
    color:orange;
    font-size: 20px;
}
hr {
    color:darkgrey;
    height: 3px;
    width : 1350px;
    background-color:rgba(218, 70, 70, 0.849);
}

input[type=file] {
    color: red;
    font-size: 25px;
}
button {
    background-color:cyan; 
    border-color : red;
    border-radius: 6px;
    color: black;
    padding: 8px 20px;
    text-align: center;
    font-size: 20px;
}

p {
    display: inline;
    color:rgb(63, 148, 30);
    font-size: 22px;
    font-weight :bold ;
}

.error {
    color:rgb(230, 26, 202);
    font-size: 22px;
    font-weight :bold ;
}
