*{
    margin: 0;
    padding: 0;
}
input{
    border-radius: 5px;
    padding: 5px;
    border: 0px;
}
body{
    background-image: url(https://images6.alphacoders.com/127/1274824.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}
main{
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
form{
    width: 350px;
    color: white;
    background-color:rgba(128, 128, 128, 50%);
    padding: 30px;
    margin: 30px;
}
fieldset{
    padding: 10px 20px 20px 20px;
    color: white;
}
label, input{
    display: block;
}
.sports input, .sports label{
    display: inline;
}
.sports input{
    width: 20px;
}
.lang input, .lang label{
    display: inline;
}
.lang input{
    width: 20px;
}
input{
    width: 100%;
}
label{
    margin-top: 10px;
    color: white;
}
#hobby{
    width: 100%;
}
button{
    width: 100%;
    border: 3px;
}