body{
    font-family: 'Roboto', sans-serif;
    font-variant: small-caps;
    font-size: large;
    text-align: center;
    background-color: #E1F4FC;
    width: 700px;
    margin: 15px auto;
}

form {
    width: 600px;
    padding: 15px;
}

p{

    font-size: 25px;
    font-weight: bold;
}
legend{
    font-weight: bold;
    text-align: left;
}

label {
    display: inline-block;
    width: 100px;
    text-align: right;
    padding: 1px;
    margin-bottom: 10px;
}

fieldset {
    padding: 1em;
    border: #E1F4FC;
}

li::marker{
    color: #E1F4FC;
}

.button {
    color: #ffffff;
    background-color: #000000;
    width: 100%;
    border-color: #000000;
}

