body{
    font-family: Arial, Helvetica, sans-serif;
    background-color: lavenderblush;

}
h1{
    background-color: plum;
    border: black solid;
    padding: 3px;
}
input[type=text],input[type=button]{
    padding: 8px;
    border: 1px black solid;
    border-radius: 5px;
    width: 95px;
}
input[type=color]{
    border: 1px solid black;
    border-radius: 5px;
}
form{
    width: 25%;
    border: 1px solid plum;
    border-radius: 15px;
    text-align: center;
    padding: 10px;
}
input[type=url],input[type=tel],input[type=email]{
    padding: 5px;
    border: 1px black solid;
    border-radius: 5px;
    width: 70px;
}
img{
    width: 150px;
}