*{
    margin: 0;
    padding: 0;
    font-family: "Anta", sans-serif;
}

body{
    background-image: url('../images/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

main{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

form{
    width: 250px;
    border: 1px color: red;
    padding: 10px;
    border-radius: 60px;
    color: rgb(215, 23, 84);
}

fieldset{
    padding: 10px 20px 20px 20px;
}

label, input{
    display: block;
}

.sports input, .sports label{
    display: inline;
}

.sports input, .sports label{
    width: 20px;
}

input{
    width: 100%;
}

label{
    margin-top: 10px;
}

#hobby{
    width: 100%;
    height: 40px;
}

button{
    padding: 20px;
    color: green;
}