a {
    color:black;
    text-decoration:none;
}

body {
    font-family: "Lucida Console";
    background-color: rgb(190,220,255);
}

fieldset {
    background-color: rgb(200,200,200);
    border-color: black;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    padding-bottom: 30px;
    padding-top: 30px;
}

form {
    color:purple;
}

h1 {
    font-size: 30px;
    color: rgb(200,20,80);
    margin-left: 20px;
}

input{
    border-color: black;
    border-style: solid;
    border-width: 1px;
    padding: 5px;
    width: 400px;
}

legend {
    background-color: rgb(240,130,190);
    border-color: black;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    color: black;
    font-weight: bold;
    padding: 10px;
    padding-right: 300px;
}

p {
    font-size: 15px;
    margin-left: 20px;
}