h2 {
    color:darkred;
}
hr {
    color:darkgrey;
    height: 3px;
    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: blue;
    font-size: 25px;
}
/*
button {
    background-color: DarkSalmon; 
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
*/

