body{
background-color:BurlyWood;

        background-size: cover;
}
form{
font-family:Cursive;
color:white;
}

a:hover{
text-decoration: underline;
    color: red;
}
table{
border-color: blue;

}
form{
padding:-3px;
border-radius:5px;
width:200px;
box-shadow:1px 1px 2px #C0C0C0 inset;
}
.important{
font-weight:bold
}
