h1{
    text-align: center;
    width: 100%;
    color: firebrick;

}
input[type=button], input[type=text] {
    text-align: center;
    width: 100%;
    color: firebrick;
}
body{
    font-family: Arial, Helvetica, sans-serif;
    border: solid 1px firebrick;
    border-radius: 12px;
    background-color: beige;
}
input[type=text]{
    width: 100%;
    text-align: center;
}
input[type=color]{
    border: 1px solid firebrick;
    border-radius: 5px;
}
form{
    text-align: center;
    height: 100%;
    border: solid 1px firebrick;
    border-radius: 12px;
    margin: auto;
    padding: 20px;

}