body{
    font-family: Arial, sans-serif;
    background-color: #f2f2f2
    padding 20px;
    color: #333
}

h1{
    color: #de8cff;
    margin-top: 20px;
}
h2{
    color: #85bef7
}
ul{
    list-style-type: square;
}
form{
    margin-top: 1,px;
}
input, textarea{
    width: 100% 
    padding 8px;
    margin-bottom: 10px;
}

button:hover {
    background-color:cornflowerblue
}
a{
    color: #006699
}
a:hover {
color: #003344
text-decoration underline;
}
