body{
    background: rgb(225,244,252);
    font-family: 'work sans', sans-serif;
}

h1{
    font-size: 5em;
    font-weight: 600;
    text-transform: uppercase;
    padding: 50px;
}

form{
    width: 900px;
    margin: 0 auto;
}

ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

li{
    border-top: 1px solid rgb(157,170,176);
    margin-top: 10px;
}

label{
    display:block;
    width: 200px;
    text-align: left;
    font-weight: 600;
    padding: 5px;
}


fieldset{
    margin-bottom: 50px;
}

legend{
    color: black;
    padding-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.5em;
}

input, select {
    width: 900px;
    box-sizing: border-box;

    border: 1px solid black;
    padding: 10px;
    margin: 5px;
    background: rgb(225,244,252);
}

.mybutton{
    width: 20%;
    padding: 20px;
    background: black;
    color: white;
    margin-left: 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1em;
}

input[type=radio]{
    width: 15px;
}

.radiotitel{
    display: block;
    width: 200px;
    text-align: left;
    font-weight: 600;
    padding: 5px;
}

.radiolabel{
    display: inline-block;
    text-align: left;
    font-weight: 400;
    padding: 5px;
}

footer{
    text-align: center;
    padding: 25px;
    color: rgb(157,170,176);
    font-weight: 400;
}